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;
 /******/ 	var hotApplyOnUpdate = true;
 /******/ 	// eslint-disable-next-line no-unused-vars
 /******/ 	// eslint-disable-next-line no-unused-vars
-/******/ 	var hotCurrentHash = "ff0135d351018c89e0d4";
+/******/ 	var hotCurrentHash = "ecc4f62b8c71172911d5";
 /******/ 	var hotRequestTimeout = 10000;
 /******/ 	var hotRequestTimeout = 10000;
 /******/ 	var hotCurrentModuleData = {};
 /******/ 	var hotCurrentModuleData = {};
 /******/ 	var hotCurrentChildModule;
 /******/ 	var hotCurrentChildModule;

+ 1 - 1
src/pages/wechat.vue

@@ -94,7 +94,7 @@ export default {
     jumpToSystem(token = "") {
     jumpToSystem(token = "") {
       const encJson = CryptoJS.AES.encrypt(JSON.stringify({ token }), "key123")
       const encJson = CryptoJS.AES.encrypt(JSON.stringify({ token }), "key123")
       const encData = CryptoJS.enc.Base64.stringify(CryptoJS.enc.Utf8.parse(encJson))
       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(){
     async getTemplate(){
       const result = await asyncRequest.template()
       const result = await asyncRequest.template()

Неке датотеке нису приказане због велике количине промена