snow 1 rok temu
rodzic
commit
569be1f85a
2 zmienionych plików z 13 dodań i 12 usunięć
  1. 0 0
      dist/static/js/app.js
  2. 13 12
      src/layout/components/Navbar.vue

Plik diff jest za duży
+ 0 - 0
dist/static/js/app.js


+ 13 - 12
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="openSettlementSystem(GDurl)"
+          @click="openAlert"
         >
           工单
         </p>
@@ -290,21 +290,22 @@ export default {
       const chunks = username.split('')
       return chunks[0] + chunks[1] + '...'
     },
-    openSettlementSystem: function(url) {
-      // 加密token
-      // const encJson = CryptoJS.AES.encrypt(
-      //   JSON.stringify({ token: getToken() }),
-      //   config.secretKey
-      // )
-      // const encData = CryptoJS.enc.Base64.stringify(CryptoJS.enc.Utf8.parse(encJson))
-      // // 跳转至结算平台携带加密后的token
-      // console.log(url + encData)
-      // window.open(url + encData)
-
+    openAlert() {
       this.$alert('正在开发中', '提示', {
         type: 'warning'
       })
     },
+    openSettlementSystem: function(url) {
+      // 加密token
+      const encJson = CryptoJS.AES.encrypt(
+        JSON.stringify({ token: getToken() }),
+        config.secretKey
+      )
+      const encData = CryptoJS.enc.Base64.stringify(CryptoJS.enc.Utf8.parse(encJson))
+      // 跳转至结算平台携带加密后的token
+      console.log(url + encData)
+      window.open(url + encData)
+    },
     async openNotice(is) {
       if (getNotice() && getNotice().length > 0) {
         this.lastNotice = JSON.parse(getNotice())

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików