Newer
Older
BRIDGE_MAINTAIN / config / prod.env.js
yangqianqian on 9 Mar 2021 158 bytes 修改系统跳转配置
'use strict'
module.exports = {
  NODE_ENV: '"production"',
  BASE_API: '"http://111.198.10.15:11413/bridge"'
  // BASE_API: '"http://192.168.8.211:20005"'
}