李志伟 3 年前
父节点
当前提交
d21cf4e1dd
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      config/prod.js

+ 2
- 1
config/prod.js 查看文件

3
     NODE_ENV: '"production"',
3
     NODE_ENV: '"production"',
4
   },
4
   },
5
   defineConstants: {
5
   defineConstants: {
6
-    HOST: '"https://machine.njyunzhi.com"',
6
+    HOST: '"http://192.168.89.147:7080"',
7
+    // HOST: '"https://machine.njyunzhi.com"',
7
     // OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
8
     // OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
8
     // VERSION: '"3.0.3_2021-12-23"',
9
     // VERSION: '"3.0.3_2021-12-23"',
9
   },
10
   },