snow 1 년 전
부모
커밋
29dacefa9d
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      dist/app.js
  2. 1 1
      dist/runtime.js
  3. 1 1
      src/pages/wechat.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/app.js


+ 1 - 1
dist/runtime.js

@@ -113,7 +113,7 @@
 /******/
 /******/ 	var hotApplyOnUpdate = true;
 /******/ 	// eslint-disable-next-line no-unused-vars
-/******/ 	var hotCurrentHash = "ff0135d351018c89e0d4";
+/******/ 	var hotCurrentHash = "ecc4f62b8c71172911d5";
 /******/ 	var hotRequestTimeout = 10000;
 /******/ 	var hotCurrentModuleData = {};
 /******/ 	var hotCurrentChildModule;

+ 1 - 1
src/pages/wechat.vue

@@ -94,7 +94,7 @@ export default {
     jumpToSystem(token = "") {
       const encJson = CryptoJS.AES.encrypt(JSON.stringify({ token }), "key123")
       const encData = CryptoJS.enc.Base64.stringify(CryptoJS.enc.Utf8.parse(encJson))
-      window.location.href = this.back + "/#/accept/?t=" + encData
+      window.location.href = this.back + "/#/accept?t=" + encData
     },
     async getTemplate(){
       const result = await asyncRequest.template()

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.