缴费,案件详情问题处理

This commit is contained in:
Your Name
2024-04-16 18:00:41 +08:00
committed by hanchaobo
parent cc1629f632
commit 5ecea9844c
7 changed files with 687 additions and 1 deletions
+7
View File
@@ -14,10 +14,17 @@ const port = process.env.port || process.env.npm_config_port || 80 // 端口
// const API = 'http://121.40.189.20:7001' //生产
const API = 'http://121.40.189.20:6001' //测试
// const API = 'http://192.168.3.18:6001' //B
<<<<<<< HEAD
// const API = 'http://172.16.0.237:6001' //Q
// const API = 'http://172.16.1.26:6001' //w
// vue.config.js 配置说明
=======
// const API = 'http://192.168.3.77:9001' //Q
// const API = 'http://172.16.1.14:6001' //w
// vue.config.js 配置说明
>>>>>>> 0ca62df (缴费,案件详情问题处理)
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions
// 这里只列一部分,具体配置参考文档
module.exports = {