|
|
@@ -1,14 +1,18 @@
|
|
|
# just a flag
|
|
|
ENV = 'production'
|
|
|
|
|
|
-# base api
|
|
|
-VUE_APP_BASE_API = 'https://test.poteviohealth.com/pmgw'
|
|
|
-VUE_APP_ZL_JF = 'https://jifen.tjpoteviohealth.com/blade-api'
|
|
|
+# 未成年保护的Api
|
|
|
+VUE_APP_BASE_API = 'https://web.poteviohealth.com/pmgw'
|
|
|
+
|
|
|
+# 助老的Api
|
|
|
VUE_APP_ZL_HEALTH = 'https://web.poteviohealth.com/zhylsia/'
|
|
|
-VUE_APP_ZL_WSS = 'https://cdbwss.poteviohealth.com'
|
|
|
# VUE_APP_ZL_WSS_ZP = 'https://test.poteviohealth.com/prod-api'
|
|
|
VUE_APP_ZL_WSS_ZP = 'https://web.poteviohealth.com/prod-api'
|
|
|
-VUE_APP_ZL_WSS_ZP_BT = 'https://test.poteviohealth.com/subsidy'
|
|
|
+
|
|
|
+# VUE_APP_ZL_JF,VUE_APP_ZL_WSS,VUE_APP_ZL_WSS_ZP_BT: 目前应该没有使用的地方
|
|
|
+VUE_APP_ZL_JF = 'https://jifen.tjpoteviohealth.com/blade-api'
|
|
|
+VUE_APP_ZL_WSS = 'https://cdbwss.poteviohealth.com'
|
|
|
+VUE_APP_ZL_WSS_ZP_BT = 'https://test.poteviohealth.com/subsidy'
|
|
|
|
|
|
# 高德地图key
|
|
|
VUE_APP_AMAP_KEY = '017ac002b4b1a16ec87b2182b17bbed9'
|