Newer
Older
toilet / config / prod.env.js
StephanieGitHub on 24 Mar 2020 151 bytes MOD: 去掉门禁查询条件
'use strict'
module.exports = {
  NODE_ENV: '"production"',
  BASE_API: '"http://139.198.16.38:20005"'
  // BASE_API: '"http://192.168.8.211:20005"'
}