master
bai 2024-08-11 19:16:16 +08:00
parent 90ba6e548d
commit a5d494549b
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://47.102.200.142`,
target: `http://47.102.200.142:8111/`,
// 上传一下这个
// 大哥上传别着急 还没改完呢
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''