模板修改

This commit is contained in:
hanchaobo
2024-02-06 15:49:17 +08:00
parent 0213fca840
commit 85d3a33414
4 changed files with 226 additions and 83 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ const name = process.env.VUE_APP_TITLE || '调解系统' // 网页标题
const port = process.env.port || process.env.npm_config_port || 80 // 端口
// const API = 'http://121.40.189.20:9001' //生产
const API = 'http://121.40.189.20:6001' //测试
// const API = 'http://121.40.189.20:6001' //测试
// const API = 'http://192.168.3.18:6001' //B
// const API = 'http://192.168.3.77:6001' //Q
const API = 'http://172.16.0.237:6001' //Q
// const API = 'http://172.16.1.17:6001' //w
// vue.config.js 配置说明