!89 食谱计划优化

Merge pull request !89 from 德仔/xzj
This commit is contained in:
德仔
2021-03-03 19:27:02 +08:00
committed by Gitee
9 changed files with 140 additions and 45 deletions

View File

@ -34,7 +34,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://localhost:8091`,
target: `http://localhost:8090`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''