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