修改为 es5 语法
This commit is contained in:
parent
de9f191c30
commit
cd9d121993
@ -1,6 +1,6 @@
|
||||
// 开发环境,的代理配置
|
||||
|
||||
export default {
|
||||
module.exports = {
|
||||
'/admin-api/': {
|
||||
target: 'http://127.0.0.1:18083/',
|
||||
// target: 'http://180.167.213.26:18083/',
|
||||
|
@ -1,6 +1,6 @@
|
||||
// production 配置文件
|
||||
|
||||
export default {
|
||||
module.exports = {
|
||||
'/admin-api/': {
|
||||
target: 'http://api.shop.iocoder.cn:18099/admin-api',
|
||||
changeOrigin: true,
|
||||
|
Loading…
Reference in New Issue
Block a user