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