Explorar el Código

修改环境地址

limengbo hace 4 años
padre
commit
5555c0fa11
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      config/prod.env.js

+ 2 - 2
config/prod.env.js

@@ -1,6 +1,6 @@
 'use strict'
 module.exports = {
   NODE_ENV: '"production"',
-  // BASE_API: '"https://whiteboard.ai160.com/sharedWhiteBoard"',
-  BASE_API: '"http://login-test.efunbox.cn:81/sharedWhiteBoard"',
+  BASE_API: '"https://whiteboard.ai160.com/sharedWhiteBoard"',
+  // BASE_API: '"http://login-test.efunbox.cn:81/sharedWhiteBoard"',
 }