This commit is contained in:
Pengxiansen
2025-02-28 15:51:15 +08:00
parent ebc420faa8
commit cdd6194e73
5 changed files with 25 additions and 18 deletions

View File

@@ -46,11 +46,18 @@ module.exports = defineConfig({
target: 'https:' + process.env.VUE_APP_BOE_API_URL,
changeOrigin: true, //表示是否改变原域名
},
// "/report": {
// target: 'https:' + process.env.VUE_APP_BOE_API_URL,
// changeOrigin: true, //表示是否改变原域名
// pathRewrite: {
// // "^/manageApi": "",
// },
// },
"/report": {
target: 'https:' + process.env.VUE_APP_BOE_API_URL,
target: 'http://192.168.31.211:18878',
changeOrigin: true, //表示是否改变原域名
pathRewrite: {
// "^/manageApi": "",
"^/report": "",
},
},
"/activityApi": {