Newer
Older
toilet / config / prod.env.js
zhangyingjie on 13 Apr 2020 151 bytes 修改英文ocx
'use strict'
module.exports = {
  NODE_ENV: '"production"',
  BASE_API: '"http://139.198.16.38:20006"'
  // BASE_API: '"http://192.168.8.211:20005"'
}