|
@@ -17,11 +17,11 @@ import {useAppStore} from '@/stores/app'
|
|
|
const appStore = useAppStore()
|
|
|
|
|
|
const menuList = [
|
|
|
- { name: '首页', icon: 'wap-home-o', path: '/home' },
|
|
|
- // { name: '一张图', icon: 'location-o', path: '/map' },
|
|
|
- { name: appStore.ownApp === "1" ? '督查': '稽查', icon: 'completed-o', path: '/inspect' },
|
|
|
- { name: '问题', icon: 'orders-o', path: '/problem' },
|
|
|
- { name: '我的', icon: 'user-o', path: '/about' },
|
|
|
+ {name: '首页', icon: 'wap-home-o', path: '/home'},
|
|
|
+ // { name: '一张图', icon: 'location-o', path: '/map' },
|
|
|
+ {name: appStore.ownApp === "1" ? '督查' : '稽察', icon: 'completed-o', path: '/inspect'},
|
|
|
+ {name: '问题', icon: 'orders-o', path: '/problem'},
|
|
|
+ {name: '我的', icon: 'user-o', path: '/about'},
|
|
|
]
|
|
|
|
|
|
const route = useRoute();
|