|
@@ -46,8 +46,8 @@ export default defineComponent({
|
|
|
const scrollbarDom = ref(null)
|
|
|
const allRoutes = router.options.routes
|
|
|
const defaultMenu = {
|
|
|
- path: '/classifyManageIndex',
|
|
|
- meta: { title: '牛只分类', hideClose: true }
|
|
|
+ path: '/home',
|
|
|
+ meta: { title: '首页', hideClose: true }
|
|
|
}
|
|
|
const contentFullScreen = computed(() => store.state.app.contentFullScreen)
|
|
|
const currentDisabled = computed(() => route.path === defaultMenu.path)
|