@@ -8,7 +8,6 @@ const CryptoJS = require('crypto-js');
const key = CryptoJS.enc.Utf8.parse("J4ny0Ja678Y7P2so"); //十六位十六进制数作为密钥
const iv = CryptoJS.enc.Utf8.parse('pTNorfvZW2UZJbd0'); //十六位十六进制数作为密钥偏移量
-
//解密方法
function Decrypt(word) {
let encryptedHexStr = CryptoJS.enc.Hex.parse(word);
@@ -194,7 +194,6 @@
created() {
},
mounted(){
this.getUrlConfig();
methods: {