|
@@ -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()
|