Compare commits

...

2 Commits

Author SHA1 Message Date
2812875475 a2896e4b15 Merge remote-tracking branch 'origin/service' into service 2024-02-25 14:37:01 +08:00
dongzeliang 9aac45ca76 初始化 2024-02-25 14:36:55 +08:00
1 changed files with 1 additions and 1 deletions

View File

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