|
|
@@ -421,6 +421,8 @@ module.exports = {
|
|
|
"token": token
|
|
|
},
|
|
|
success: function(result) {
|
|
|
+ // var jie="VoOvrGkObjpwTxh9fnFHWLZa4RM1RG34gaxRoGoPmoG2fl8iJmTFqAYeA8_KoWVfwy94Je0aw_uTqgBxRgbs6Q=="
|
|
|
+ // console.log('解密结果',decrypt(urlSafeBase64Decode(jie)))
|
|
|
if(ifShangxian==1){
|
|
|
const decryptData =decrypt(urlSafeBase64Decode(result.data))
|
|
|
result.data=JSON.parse(decryptData)
|