Browse Source

feat:跳转至数据统计平台

snow 1 year ago
parent
commit
902ca4b035
3 changed files with 3 additions and 2 deletions
  1. 1 0
      src/config/env.company.js
  2. 1 0
      src/config/env.development.js
  3. 1 2
      src/layout/components/Navbar.vue

+ 1 - 0
src/config/env.company.js

@@ -24,6 +24,7 @@ module.exports = {
   settlementPlatformUrl: 'http://webcx.test241.wanyuhengtong.com/',
   // 工单管理系统url
   GDUrl: 'http://http://bugweb.test241.wanyuhengtong.com/',
+  dashboardUrl:"http://web.report.caixiao365.com/",
   // token加密key
   secretKey: 'key123',
   loginTitle: '',

+ 1 - 0
src/config/env.development.js

@@ -24,6 +24,7 @@ module.exports = {
   settlementPlatformUrl: 'http://webcx.test241.wanyuhengtong.com/',
   // 工单管理系统url
   GDUrl: 'http://http://bugweb.test241.wanyuhengtong.com/',
+  dashboardUrl:"http://web.report.caixiao365.com/",
   // token加密key
   secretKey: 'key123',
   loginTitle: '',

+ 1 - 2
src/layout/components/Navbar.vue

@@ -54,11 +54,10 @@
         placement="bottom"
         content="登录采销数据统计"
       >
-<!--        openSettlementSystem(DBUrl)-->
         <i
           class="el-icon-data-line right-menu-item hover-effect"
           style="height: 50px; width: 40px; line-height: 52px; font-size: 22px"
-          @click="openAlert"
+          @click="openSettlementSystem(DBurl)"
         />
       </el-tooltip>
       <el-tooltip