|
@@ -63,8 +63,10 @@ export default defineComponent({
|
|
|
const scrollbarDom = ref(null)
|
|
const scrollbarDom = ref(null)
|
|
|
const scrollLeft = ref(0)
|
|
const scrollLeft = ref(0)
|
|
|
const defaultMenu = {
|
|
const defaultMenu = {
|
|
|
- path: '/dashboard',
|
|
|
|
|
- meta: { title: '首页', hideClose: false }
|
|
|
|
|
|
|
+ // path: '/dashboard',
|
|
|
|
|
+ // meta: { title: '首页', hideClose: false }
|
|
|
|
|
+ path: '/userModule/userList/index',
|
|
|
|
|
+ meta: { title: '用户列表' },
|
|
|
}
|
|
}
|
|
|
const contentFullScreen = computed(() => store.state.app.contentFullScreen)
|
|
const contentFullScreen = computed(() => store.state.app.contentFullScreen)
|
|
|
const currentDisabled = computed(() => route.path === defaultMenu.path)
|
|
const currentDisabled = computed(() => route.path === defaultMenu.path)
|