fix:修改学习路径问题

This commit is contained in:
wyx
2023-02-20 18:01:44 +08:00
parent 46d6dada14
commit aee1eb58e8
5 changed files with 43 additions and 53 deletions

View File

@@ -158,7 +158,10 @@ export default defineConfig(({ command, mode }) =>
},'/statement/getMoreComments': {
target: loadEnv(mode, process.cwd()).VITE_PROXY_URL,
changeOrigin: true,
},
},'/vote/queryVoteById': {
target: loadEnv(mode, process.cwd()).VITE_PROXY_URL,
changeOrigin: true,
}
}
}
})