heyang hace 2 años
padre
commit
9f8bac607d

+ 0 - 1
src/utils/secret.js

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

+ 0 - 1
src/views/comprehensive/system/publicConfig/exploitConfig.vue

@@ -194,7 +194,6 @@
     created() {
     },
     mounted(){
-
       this.getUrlConfig();
     },
     methods: {