项目内选择人员列表

This commit is contained in:
lpq
2023-02-23 21:26:39 +08:00
parent 0ddd27a33a
commit 501a498692
5 changed files with 10 additions and 3 deletions

View File

@@ -15,7 +15,8 @@ module.exports = defineConfig({
port: 8070,
proxy: {
"/manageApi": {
target: 'http:' + process.env.VUE_APP_PROXY_URL,
// target: 'http:' + process.env.VUE_APP_PROXY_URL,
target: 'http://localhost:30001',
changeOrigin: true, //表示是否改变原域名
pathRewrite: {
"^/manageApi": "",