Browse Source

添加工单跳转

xiaodai2022 1 year ago
parent
commit
d166a0dc63

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-elementUI.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-libs.js


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

@@ -23,7 +23,7 @@ module.exports = {
   // 结算平台url
   settlementPlatformUrl: 'http://fin.caixiao365.com/',
   // 工单管理系统url
-  GDUrl: 'http://bug.caixiao365.com/#/',
+  GDUrl: 'http://bug.caixiao365.com/',
   // token加密key
   secretKey: 'key123',
   loginTitle: '',

+ 1 - 1
src/config/env.v3.js

@@ -23,7 +23,7 @@ module.exports = {
   // 结算平台url
   settlementPlatformUrl: 'http://fin.caixiao365.com/',
   // 工单管理系统url
-  GDUrl: 'http://bug.caixiao365.com/#/',
+  GDUrl: 'http://bug.caixiao365.com/',
   // token加密key
   secretKey: 'key123',
   loginTitle: '',

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

@@ -46,7 +46,7 @@
         <p
           class="username"
           style="font-size:14px;color:#5a5e66;font-weight:500;line-height:54px;margin:0px 5px;cursor:pointer"
-          @click="openAlert"
+          @click="openSettlementSystem(GDurl)"
         >
           工单
         </p>

Some files were not shown because too many files changed in this diff