|
@@ -49,6 +49,11 @@
|
|
|
</fs-card>
|
|
|
|
|
|
<fs-cell-group arrow border gutter>
|
|
|
+ <fs-cell link="/modules/common/setting" value="设置">
|
|
|
+ <template #title>
|
|
|
+ <fs-icon type="icon-setting" colorType="primary"></fs-icon>
|
|
|
+ </template>
|
|
|
+ </fs-cell>
|
|
|
<fs-cell link="/modules/common/licensePlate/list" value="车辆管理">
|
|
|
<template #title>
|
|
|
<fs-icon type="icon-car" colorType="primary"></fs-icon>
|
|
@@ -85,11 +90,6 @@
|
|
|
</template>
|
|
|
</fs-cell>
|
|
|
</fs-cell-group>
|
|
|
-
|
|
|
- <fs-gutter height="60rpx"></fs-gutter>
|
|
|
- <fs-button round block @click="handleLogout">退出登录</fs-button>
|
|
|
- <fs-gutter height="60rpx"></fs-gutter>
|
|
|
-
|
|
|
<wx v-model="showLogin"></wx>
|
|
|
</view>
|
|
|
</template>
|
|
@@ -113,12 +113,6 @@ const shortcutList = ref([
|
|
|
])
|
|
|
|
|
|
const showLogin = ref(false)
|
|
|
-
|
|
|
-const handleLogout = () => {
|
|
|
- store.dispatch('logout').then(res => {
|
|
|
- console.log('logout')
|
|
|
- })
|
|
|
-}
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|