|
@@ -19,6 +19,6 @@ export default {
|
|
cryptoKey: '', //token加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
|
|
cryptoKey: '', //token加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
|
|
aesKey: '', //报文加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
|
|
aesKey: '', //报文加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
|
|
desKey: '', //报文加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
|
|
desKey: '', //报文加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
|
|
- localModel: true, //本地模式,开启后,将关闭https强转、截图等相关功能
|
|
|
|
|
|
+ localModel: false, //本地模式,开启后,将关闭https强转、截图等相关功能
|
|
...config,
|
|
...config,
|
|
}
|
|
}
|