Newer
Older
smartwell_app_front / config / dev.env.js
StephanieGitHub on 24 Aug 2019 418 bytes MOD: 修改接口及显示问题
'use strict'
const merge = require('webpack-merge')
const prodEnv = require('./prod.env')

module.exports = merge(prodEnv, {
  NODE_ENV: '"development"',
  // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee"'
  // BASE_API: '"http://119.254.103.80:14537"',
  // BASE_API: '"http://192.168.0.212:14537"',
  BASE_API: '"http://20.1.2.241:7090"',
  // BASE_API: '"http://192.168.0.225:8083"',
})