prod.env.js 194 B

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