mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 06:07:24 +08:00
优化一些bug
This commit is contained in:
parent
aaff7ab515
commit
844ffae43a
@ -4,14 +4,14 @@ module.exports = {
|
||||
open: true, // 自动打开浏览器
|
||||
proxy: {
|
||||
'/app': {
|
||||
target: 'https://wuye.xywlgyl.xyz/app', // 后端API地址
|
||||
target: 'https://demo.homecommunity.cn/app', // 后端API地址
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
'^/app': ''
|
||||
}
|
||||
},
|
||||
'/callComponent': {
|
||||
target: 'https://wuye.xywlgyl.xyz/callComponent', // 后端API地址
|
||||
target: 'https://demo.homecommunity.cn/callComponent', // 后端API地址
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
'^/callComponent': ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user