|
@@ -24,7 +24,8 @@ VITE_APP_UPLOAD_URL = 'https://minio.lzlxylsf.com/lsf/'
|
|
|
|
|
|
#统一登录地址
|
|
|
# 正式
|
|
|
-VITE_APP_LOGIN_URL = 'https://sso.lzlxylsf.com/#/'
|
|
|
+# VITE_APP_LOGIN_URL = 'https://sso.lzlxylsf.com/#/'
|
|
|
+VITE_APP_LOGIN_URL = 'http://36.137.196.118:8083/#/'
|
|
|
# 开发
|
|
|
# VITE_APP_LOGIN_URL = 'https://sso.benyuntech.com/#/'
|
|
|
# 测试
|
|
@@ -34,4 +35,5 @@ VITE_APP_LOGIN_URL = 'https://sso.lzlxylsf.com/#/'
|
|
|
VITE_APP_TIANDIKEY = '873e4a15f0f80945cd0ba56f069c19bc'
|
|
|
|
|
|
# 用户 "应用中心" 地址
|
|
|
-VITE_APP_CENTERURL = https://user.lzlxylsf.com/app
|
|
|
+# VITE_APP_CENTERURL = https://user.lzlxylsf.com/app
|
|
|
+VITE_APP_CENTERURL = http://36.137.196.118:8084/app
|