Karsa 7 months ago
parent
commit
73e5ae85d2
3 changed files with 27 additions and 23 deletions
  1. 1 1
      .env.development
  2. 4 0
      src/views/report/List.vue
  3. 22 22
      src/views/tabbar/Home.vue

+ 1 - 1
.env.development

@@ -1,5 +1,5 @@
 # 接口地址http://8.136.199.33:8610/v1   http://8.136.199.33:7778/adminapi
-VITE_APP_API_URL="http://8.136.199.33:8610/v1"
+VITE_APP_API_URL="http://8.136.199.33:8611/v1"
 # 路由根地址
 VITE_APP_BASE_URL="/"
 # 打包输入文件名

+ 4 - 0
src/views/report/List.vue

@@ -637,6 +637,10 @@ onMounted(async ()=>{
                 </van-dropdown-item>
             </van-dropdown-menu>
             </template>
+            
+            
+            <div class="report-type"></div>
+
         </div>
         <van-list
             v-model:loading="listState.loading"

+ 22 - 22
src/views/tabbar/Home.vue

@@ -62,28 +62,28 @@ const topImg=computed(()=>{
  * type 类型 zh中文 en英文
  */
 const menuConfig=[
-    // {
-    //     name:'中文研报',
-    //     des:'研报一体化管理',
-    //     key:'研报列表',
-    //     type:'zh',
-    //     level:2,
-    //     path:'/report/list',
-    //     icon:getStaticImg('tabbar/icon_report.png'),
-    //     backgroundColor:'#FFFBF6',
-    //     show:false
-    // },
-    // {
-    //     name:'English Research Report',
-    //     des:'Integrated Research Report Management',
-    //     key:'英文研报',
-    //     type:'en',
-    //     level:2,
-    //     path:'/reportEn/list',
-    //     icon:getStaticImg('tabbar/icon_report.png'),
-    //     backgroundColor:'#FFFBF6',
-    //     show:false
-    // },
+    {
+        name:'研报中心',
+        des:'研报一体化管理',
+        key:'研报中心',
+        type:'zh',
+        level:2,
+        path:'/report/list',
+        icon:getStaticImg('tabbar/icon_report.png'),
+        backgroundColor:'#FFFBF6',
+        show:false
+    },
+    {
+        name:'English Research Report',
+        des:'Integrated Research Report Management',
+        key:'英文研报',
+        type:'en',
+        level:2,
+        path:'/reportEn/list',
+        icon:getStaticImg('tabbar/icon_report.png'),
+        backgroundColor:'#FFFBF6',
+        show:false
+    },
     {
         name:'智能PPT',
         des:"支持共享协作编辑",