瀏覽代碼

修改界面bug

csx 6 年之前
父節點
當前提交
80cc202779
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/dev.env.js

+ 1 - 1
config/dev.env.js 查看文件

@@ -6,5 +6,5 @@
6 6
 module.exports = {
7 7
   NODE_ENV: '"development"',
8 8
   ENV_CONFIG: '"dev"',
9
-  BASE_API: '"http://112.74.16.180:9527"', // '"http://localhost:9529"'//http://api.xt.test.sgjyun.com http://112.74.16.180:9527
9
+  BASE_API: '"http://localhost:9529"', // '"http://localhost:9529"'//http://api.xt.test.sgjyun.com http://112.74.16.180:9527
10 10
 }