zs il y a 5 mois
Parent
commit
2f1a6702da

+ 11 - 3
src/components/custom/custom-layout.vue

@@ -36,13 +36,13 @@
         </div>
       </div>
       <div class="header_3">
-        <el-col :span="24" class="list">
+        <el-col :span="24" class="list" :class="[hasbrain == true ? 'listTrue' : '']">
           <div class="text" v-for="(item, index) in data" @click="selectMenu(item.route)" :class="[item.hover == '1' ? 'menuTrue' : '']" :key="index" @mouseover="handleMouseOver(index)" @mouseout="handleMousOut(index)">
             <div class="title">{{ item.title }}</div>
             <div class="link"></div>
           </div>
         </el-col>
-        <el-col :span="24" class="info">
+        <el-col :span="24" class="info" :class="[hasbrain == true || isIncubator == true ? 'infoTrue' : '']">
           <div class="info_1" v-if="info.key == '3'">
             <div v-for="(tag, indexs) in info.children" :key="indexs" class="children" @click="selectMenu(tag.route)">
               <span class="title"> {{ tag.title }}</span>
@@ -226,7 +226,7 @@ const selectMenu = (item, query) => {
       if (user.value.id) {
         router.push({ path: `/${item}`, query })
       } else ElMessage({ message: '未登录!', type: 'error' })
-    } else if (item == 'brain') window.open(`/cxyyWeb/brain`)
+    } else if (item == 'brain') window.open(`/brain`)
     else router.push({ path: `/${item}`, query })
   }
 }
@@ -355,6 +355,14 @@ const toOut = () => {
           }
         }
       }
+      .infoTrue {
+        .info_1 {
+          left: 407px !important;
+        }
+      }
+      .listTrue {
+        font-size: $global-font-size-25 !important;
+      }
       .menuTrue {
         position: relative;
         flex-direction: column;

+ 1 - 1
src/views/center/achievement.vue

@@ -470,7 +470,7 @@ const toDownload = () => {
 // 下载导入模板
 const toTemplate = () => {
   importActive.value = importActive.value + 1
-  window.open('/cxyyWeb/产学研用成果模板.xlsx')
+  window.open('/产学研用成果模板.xlsx')
 }
 
 // 上传Excel

+ 1 - 1
src/views/center/demand.vue

@@ -444,7 +444,7 @@ const toExpert = () => {
 // 下载导入模板
 const toTemplate = () => {
   importActive.value = importActive.value + 1
-  window.open('/cxyyWeb/产学研用需求模板.xlsx')
+  window.open('/产学研用需求模板.xlsx')
 }
 
 // 上传Excel

+ 1 - 1
src/views/center/project.vue

@@ -457,7 +457,7 @@ const toDownload = () => {
 // 下载导入模板
 const toTemplate = () => {
   importActive.value = importActive.value + 1
-  window.open('/cxyyWeb/产学研用项目模板.xlsx')
+  window.open('/产学研用项目模板.xlsx')
 }
 
 // 上传Excel

+ 1 - 1
src/views/center/supply.vue

@@ -425,7 +425,7 @@ const toExpert = () => {
 // 下载导入模板
 const toTemplate = () => {
   importActive.value = importActive.value + 1
-  window.open('/cxyyWeb/产学研用供给模板.xlsx')
+  window.open('/产学研用供给模板.xlsx')
 }
 
 // 上传Excel