|
|
@@ -1,5 +1,3 @@
|
|
|
-import config from './index.json'
|
|
|
-
|
|
|
//主要配置
|
|
|
export default {
|
|
|
title: '数据分析处理工具',
|
|
|
@@ -19,6 +17,5 @@ export default {
|
|
|
cryptoKey: '', //token加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
|
|
|
aesKey: '', //报文加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
|
|
|
desKey: '', //报文加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
|
|
|
- localModel: false, //本地模式,开启后,将关闭https强转、截图等相关功能
|
|
|
- ...config,
|
|
|
+ localModel: true, //本地模式,开启后,将关闭https强转、截图等相关功能
|
|
|
}
|