CzRger 1 year ago
parent
commit
0d323b0216
2 changed files with 2 additions and 1 deletions
  1. 1 0
      src/out/config.js
  2. 1 1
      src/router/index.ts

+ 1 - 0
src/out/config.js

@@ -47,6 +47,7 @@ window.cusConfig = {
           {label:'分析研判', href: 'http://10.110.35.47/#/01378bd8ea2527bc09cd0b94dd4efa6bPswntGWJycY?sessionToken=${token}'},
           {label:'指挥调度', href: 'http://10.110.35.47/#/375ba5b3de5ffd41d73995508023fd69JmcAWjACKfc?sessionToken=${token}'},
           {label:'效能评估', href: 'http://10.110.35.47/#/45a08df481385f66ea06f8bea9dfd02ejxDNEpsX1Ik?sessionToken=${token}'},
+          {label:'数据资源池概览', href: 'http://10.110.49.2:7778/screen/share/index.html#/TJdd94f300c43346f297c2451b34f733'},
         ]
       },
     ],

+ 1 - 1
src/router/index.ts

@@ -43,8 +43,8 @@ router.beforeEach((to, from, next) => {
     } else {
         if (localStorage.getItem('sc_token')) {
             store.dispatch('app/LOAD_USER_INFO').then(() => {
+                next()
             })
-            next()
         } else {
             next()
         }