Merge remote-tracking branch 'origin/master'

This commit is contained in:
YunaiV 2019-05-09 00:13:28 +08:00
commit 3c2fbc1594
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// 开发环境,的代理配置
export default {
module.exports = {
'/admin-api/': {
target: 'http://127.0.0.1:18083/',
// target: 'http://180.167.213.26:18083/',

View File

@ -1,6 +1,6 @@
// production 配置文件
export default {
module.exports = {
'/admin-api/': {
target: 'http://api.shop.iocoder.cn:18099/admin-api',
changeOrigin: true,