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