Your Name
2022-07-05 39d90ac360f55f8835920c6e12e5cd1e4246bdcc
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),
      };
   },