|
|
@@ -9,9 +9,11 @@ __PLACEHOLDER__ = 'disabled'
|
|
|
# 备份设备
|
|
|
__SUB_DEVICE__ = 'disabled'
|
|
|
# 设备接管
|
|
|
-__TAKEOVER__ = 'enabled'
|
|
|
+__TAKEOVER__ = 'disabled'
|
|
|
# 微信
|
|
|
-__WECHAT__ = 'enabled'
|
|
|
+__WECHAT__ = 'disabled'
|
|
|
+# 跳审
|
|
|
+__JUMP_REVIEW__ = 'enabled'
|
|
|
|
|
|
VUE_APP_NAME = '浪潮屏媒安播云平台'
|
|
|
|
|
|
@@ -56,6 +58,7 @@ VUE_APP_SALT = '42857cfddb33f3fddb27fff9773683f3'
|
|
|
# VUE_APP_GAODE_MAP_JSCODE = 'e7b3c29a5112657edcc688a3c589bd15'
|
|
|
VUE_APP_GAODE_MAP_KEY = 'd450b58ff3a620e5eaf477e29c7ea94c'
|
|
|
VUE_APP_GAODE_MAP_JSCODE = '92a333ddc89042aee3e3459162f0abe6'
|
|
|
+VUE_APP_GAODE_MAP_RANGE_LEVEL = 'country'
|
|
|
VUE_APP_GAODE_MAP_RANGE = '中国'
|
|
|
|
|
|
VUE_APP_AD_ORDER_QR = 'https://msr.inspur.com'
|