src/views/homeMenu/homeMenu.vue
@@ -96,10 +96,10 @@ await initBackEndControlRoutes(); router.push('/home') }; //点击进入特殊作业 const toSpecialWorkSys = () => { router.push('/layoutPage'); }; // //点击进入特殊作业 // const toSpecialWorkSys = () => { // router.push('/layoutPage'); // }; // 页面加载时 onMounted(() => { NextLoading.done(); @@ -111,7 +111,6 @@ loginIconTwo, getThemeConfig, renderMenu, toSpecialWorkSys, ...toRefs(state), }; },