src/views/menuPage.vue @@ -205,7 +205,7 @@ // 进入系统 const enterSystem = (systemId) => { if(systemId == 1){ router.push({ path: "/"}); router.push({ path: "/menuIndex"}); }else{ ElMessage.warning('系统正在开发中...') }