提交 cd9d1219 authored 作者: sin's avatar sin

修改为 es5 语法

上级 de9f191c
// 开发环境,的代理配置 // 开发环境,的代理配置
export default { module.exports = {
'/admin-api/': { '/admin-api/': {
target: 'http://127.0.0.1:18083/', target: 'http://127.0.0.1:18083/',
// target: 'http://180.167.213.26:18083/', // target: 'http://180.167.213.26:18083/',
......
// production 配置文件 // production 配置文件
export default { module.exports = {
'/admin-api/': { '/admin-api/': {
target: 'http://api.shop.iocoder.cn:18099/admin-api', target: 'http://api.shop.iocoder.cn:18099/admin-api',
changeOrigin: true, changeOrigin: true,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论