Bladeren bron

修改环境地址

limengbo 4 jaren geleden
bovenliggende
commit
5555c0fa11
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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"',
 }