Newer
Older
smartwell_app_front / config / dev.env.js
StephanieGitHub on 31 Aug 2021 417 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:8083"',
  BASE_API: '"http://20.1.11.52:5988"',
  // BASE_API: '"http://192.168.0.225:8083"',
})