|
|
|
@ -15,15 +15,18 @@ ENV = 'development'
|
|
|
|
|
# VUE_APP_BASE_API = 'http://39.101.188.84:9033'
|
|
|
|
|
# VUE_APP_BASE_API = 'http://192.168.0.106:9033'
|
|
|
|
|
VUE_APP_BASE_API = 'http://180.108.205.123:13002'
|
|
|
|
|
|
|
|
|
|
# 统一登录-内网
|
|
|
|
|
# VUE_APP_SSO_LOGIN = 'http://2.46.4.197:8090/sso-server/oauth2/sso?aid=77434376&cbu=http%3A%2F%2F180.108.205.123%3A13001%2F&response_type=code'
|
|
|
|
|
# 统一登录-外网
|
|
|
|
|
VUE_APP_SSO_LOGIN = 'http://180.108.205.123:8090/sso-server/oauth2/sso?aid=17847210&cbu=http%3A%2F%2F180.108.205.123%3A13001%2F&response_type=code'
|
|
|
|
|
# VUE_APP_SSO_LOGIN = 'http://2.46.4.197:8090/sso-server/oauth2/sso?aid=17847210&cbu=http%3A%2F%2F180.108.205.123%3A13001%2F&response_type=code'
|
|
|
|
|
|
|
|
|
|
# 退出登录-内网
|
|
|
|
|
# VUE_APP_SSO_LOGOUT ='http://2.46.4.197:8090/sso-server/oauth2/logout?aid=77434376&cbu=http%3A%2F%2F180.108.205.123%3A13001%2F'
|
|
|
|
|
# VUE_APP_SSO_LOGOUT ='http://2.46.4.197:8090/sso-server/oauth2/logout?aid=17847210&cbu=http%3A%2F%2F180.108.205.123%3A13001%2F'
|
|
|
|
|
|
|
|
|
|
# 统一登录-外网
|
|
|
|
|
VUE_APP_SSO_LOGIN = 'http://180.108.205.123:8090/sso-server/oauth2/sso?aid=17847210&cbu=http%3A%2F%2F180.108.205.123%3A13001%2F&response_type=code'
|
|
|
|
|
|
|
|
|
|
# 退出登录-外网
|
|
|
|
|
VUE_APP_SSO_LOGOUT ='http://180.108.205.123:8090/sso-server/oauth2/logout?aid=77434376&cbu=http%3A%2F%2F180.108.205.123%3A13001%2F'
|
|
|
|
|
VUE_APP_SSO_LOGOUT ='http://180.108.205.123:8090/sso-server/oauth2/logout?aid=17847210&cbu=http%3A%2F%2F180.108.205.123%3A13001%2F'
|
|
|
|
|
|
|
|
|
|
# 路由懒加载
|
|
|
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
|
|
|
|