6 changed files with 28 additions and 30 deletions
@ -1,7 +1,7 @@ |
|||||||
NODE_ENV=development |
NODE_ENV=development |
||||||
VUE_APP_API_BASE_URL=http://localhost:8080/ |
VUE_APP_API_BASE_URL=http://localhost:8080/devApi |
||||||
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas |
VUE_APP_CAS_BASE_URL=http:///cas |
||||||
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview |
VUE_APP_ONLINE_BASE_URL=http:///onlinePreview |
||||||
|
|
||||||
# 微应用列表必须VUE_APP_SUB_开头,jeecg-app-1为子应用的项目名称,也是子应用的路由父路径 |
# 微应用列表必须VUE_APP_SUB_开头,jeecg-app-1为子应用的项目名称,也是子应用的路由父路径 |
||||||
VUE_APP_SUB_jeecg-app-1 = '//localhost:8092' |
VUE_APP_SUB_jeecg-app-1 = '//localhost:8092' |
||||||
|
@ -1,4 +1,4 @@ |
|||||||
NODE_ENV=production |
NODE_ENV=production |
||||||
VUE_APP_API_BASE_URL=http://localhost:8080/jeecg-boot |
VUE_APP_API_BASE_URL=http://localhost:8080/prodApi |
||||||
VUE_APP_CAS_BASE_URL=http://localhost:8888/cas |
VUE_APP_CAS_BASE_URL=http:///cas |
||||||
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview |
VUE_APP_ONLINE_BASE_URL=http:///onlinePreview |
@ -1,4 +1,4 @@ |
|||||||
NODE_ENV=production |
NODE_ENV=test |
||||||
VUE_APP_API_BASE_URL=http://boot.jeecg.com:8080/jeecg-boot |
VUE_APP_API_BASE_URL=http://localhost:8080/testApi |
||||||
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas |
VUE_APP_CAS_BASE_URL=http:///cas |
||||||
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview |
VUE_APP_ONLINE_BASE_URL=http:///onlinePreview |
Loading…
Reference in new issue