Newer
Older
toilet / config / prod.env.js
yangqianqian on 8 Mar 2021 151 bytes 自测修改
'use strict'
module.exports = {
  NODE_ENV: '"production"',
  BASE_API: '"http://111.198.10.15:11409"'
  // BASE_API: '"http://192.168.8.211:20005"'
}