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