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, // 自动打开浏览器
|
open: true, // 自动打开浏览器
|
||||||
proxy: {
|
proxy: {
|
||||||
'/app': {
|
'/app': {
|
||||||
target: 'https://wuye.xywlgyl.xyz/app', // 后端API地址
|
target: 'https://demo.homecommunity.cn/app', // 后端API地址
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
'^/app': ''
|
'^/app': ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'/callComponent': {
|
'/callComponent': {
|
||||||
target: 'https://wuye.xywlgyl.xyz/callComponent', // 后端API地址
|
target: 'https://demo.homecommunity.cn/callComponent', // 后端API地址
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
'^/callComponent': ''
|
'^/callComponent': ''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user