|
|
@ -2,7 +2,7 @@
|
|
|
|
# @Author: 张涛
|
|
|
|
# @Author: 张涛
|
|
|
|
# @Date: 2023-07-18 13:04:50
|
|
|
|
# @Date: 2023-07-18 13:04:50
|
|
|
|
# @LastEditors: 张涛
|
|
|
|
# @LastEditors: 张涛
|
|
|
|
# @LastEditTime: 2023-10-18 16:40:13
|
|
|
|
# @LastEditTime: 2023-10-27 14:12:24
|
|
|
|
# @FilePath: \suzhouyingjiPC\.env.development
|
|
|
|
# @FilePath: \suzhouyingjiPC\.env.development
|
|
|
|
###
|
|
|
|
###
|
|
|
|
# 页面标题
|
|
|
|
# 页面标题
|
|
|
@ -17,16 +17,16 @@ VUE_APP_BASE_API = 'http://localhost:13002'
|
|
|
|
# VUE_APP_BASE_API = 'http://180.108.205.123:13002'
|
|
|
|
# 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=17847210&cbu=http%3A%2F%2F180.108.205.123%3A13001%2F&response_type=code'
|
|
|
|
VUE_APP_SSO_LOGIN_N = '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=17847210&cbu=http%3A%2F%2F180.108.205.123%3A13001%2F'
|
|
|
|
VUE_APP_SSO_LOGOUT_N ='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_LOGIN_W = '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=17847210&cbu=http%3A%2F%2F180.108.205.123%3A13001%2F'
|
|
|
|
VUE_APP_SSO_LOGOUT_W ='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
|
|
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
|
|
|