Blame view

config/prod.env.js 119 Bytes
52c50939   liuqimichale   init
1
2
  'use strict'
  module.exports = {
cb40959e   liuqimichale   添加mock 数据
3
4
5
    NODE_ENV: '"production"',
    ENV_CONFIG: '"prod"',
    BASE_API: '"https://api-prod"'
52c50939   liuqimichale   init
6
  }