浏览代码

新加一个后台环境

master
王饶冀 3 年前
父节点
当前提交
3f80ce9317
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      digital-park-web/digital-park/vue.config.js

+ 3
- 1
digital-park-web/digital-park/vue.config.js 查看文件

@@ -25,7 +25,9 @@ module.exports = {
"/domain": {
// target: "http://localhost:80",
// 测试环境
target: "http://192.168.18.236:18888/",
// target: "http://192.168.18.236:18888/",
// 临时测试环境
target: "http://park.test.hhrchina.com/",
// 谢老师
// target: "http://192.168.18.138:18888/",
// 阚老师

正在加载...
取消
保存