|
@@ -20,15 +20,15 @@ VITE_APP_BASE_API = '/szzs'
|
|
|
VITE_BUILD_COMPRESS = gzip
|
|
|
|
|
|
#上传地址
|
|
|
-VITE_APP_UPLOAD_URL = 'http://192.168.2.28:9000/lsf/'
|
|
|
+VITE_APP_UPLOAD_URL = '/data/access/lsf/'
|
|
|
|
|
|
#统一登录地址
|
|
|
# 正式
|
|
|
-# VITE_APP_LOGIN_URL = 'https://sso.lzlxylsf.com/#/'
|
|
|
+VITE_APP_LOGIN_URL = 'https://sso.lzlxylsf.com/#/'
|
|
|
# 开发
|
|
|
# VITE_APP_LOGIN_URL = 'https://sso.benyuntech.com/#/'
|
|
|
# 测试
|
|
|
-VITE_APP_LOGIN_URL = 'https://ssotest.benyuntech.com/#/sso/auth/'
|
|
|
+# VITE_APP_LOGIN_URL = 'https://ssotest.benyuntech.com/#/sso/auth/'
|
|
|
|
|
|
#天地图key
|
|
|
VITE_APP_TIANDIKEY = '873e4a15f0f80945cd0ba56f069c19bc'
|