heyang лет назад: 2
Родитель
Сommit
9f8bac607d
2 измененных файлов с 0 добавлено и 2 удалено
  1. 0 1
      src/utils/secret.js
  2. 0 1
      src/views/comprehensive/system/publicConfig/exploitConfig.vue

+ 0 - 1
src/utils/secret.js

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

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

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