Explorar el Código

修改界面bug

csx hace 6 años
padre
commit
80cc202779
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/dev.env.js

+ 1 - 1
config/dev.env.js Ver fichero

@@ -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
 }