Browse Source

修改线上地址

limengbo 4 years ago
parent
commit
b6837fa6d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/prod.env.js

+ 1 - 1
config/prod.env.js

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