zenglf
2023-09-28 474ca3e4af7e443a9571a787595ed1a2df044ebc
修改配置文件的IP和端口
已修改2个文件
5 ■■■■■ 文件已修改
.env.development 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.env.production 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
.env.development
@@ -1,4 +1,5 @@
NODE_ENV=development
VUE_APP_API_BASE_URL=http://192.168.0.95:9999
#VUE_APP_API_BASE_URL=http://192.168.0.95:9999
VUE_APP_API_BASE_URL=http://127.0.0.1:8080
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
.env.production
@@ -1,4 +1,4 @@
NODE_ENV=production
VUE_APP_API_BASE_URL=http://127.0.0.1:8080
VUE_APP_CAS_BASE_URL=http://localhost:8888/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview1p