From 3b491dc5782fce3c5a504ad4364e1c93f6fbc37b Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期一, 17 十一月 2025 10:42:39 +0800
Subject: [PATCH] 修改新增

---
 src/views/work/menuIndex/index.vue |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/views/work/menuIndex/index.vue b/src/views/work/menuIndex/index.vue
index cdc37ef..462814d 100644
--- a/src/views/work/menuIndex/index.vue
+++ b/src/views/work/menuIndex/index.vue
@@ -339,12 +339,12 @@
 const getPlatformList = async () => {
   const res = await getInfoPlatforms(state.platformParams)
   if(res.code == 200){
-    const originPlatform = {
-      id: 0,
-      platformName: '国军标9001C质量管理体系',
-      platformPic: menu1
-    }
-    state.platformList = [originPlatform, ...(Array.isArray(res.data) ? res.data : [])]
+    // const originPlatform = {
+    //   id: 0,
+    //   platformName: '国军标9001C质量管理体系',
+    //   platformPic: menu1
+    // }
+    state.platformList = Array.isArray(res.data) ? res.data : []
   }else{
     ElMessage.warning(res.message)
   }
@@ -673,12 +673,12 @@
 }
 
 const enterSystem = (address,index) => {
-  if(index == 0){
-    router.push({ path: "/learn/standardSysTemp/sysStandardModule"})
-  }else{
+  // if(index == 0){
+  //   router.push({ path: "/learn/standardSysTemp/sysStandardModule"})
+  // }else{
     window.open(address)
     // ElMessage.warning('系统正在开发中...')
-  }
+  // }
 }
 
 function getInfo() {

--
Gitblit v1.9.2