mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
报告
This commit is contained in:
File diff suppressed because it is too large
Load Diff
2055
src/views/report/Overvoewnew.vue
Normal file
2055
src/views/report/Overvoewnew.vue
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -46,6 +46,23 @@ module.exports = defineConfig({
|
||||
target: 'https:' + process.env.VUE_APP_BOE_API_URL,
|
||||
changeOrigin: true, //表示是否改变原域名
|
||||
},
|
||||
// "/reportsnake": {
|
||||
// target:'https:' + process.env.VUE_APP_BOE_API_URL,
|
||||
// changeOrigin: true, //表示是否改变原域名
|
||||
// pathRewrite: {
|
||||
// // "^/reportsnake": "",
|
||||
// },
|
||||
// },
|
||||
"/reportsnake": {
|
||||
target: 'http://127.0.0.1:32004',
|
||||
changeOrigin: true, //表示是否改变原域名
|
||||
pathRewrite: {
|
||||
"^/reportsnake": "",
|
||||
},
|
||||
onProxyReq(proxyReq, req) {
|
||||
console.log('Proxying request to:', req.url); // 调试日志
|
||||
}
|
||||
},
|
||||
"/report": {
|
||||
target: 'https:' + process.env.VUE_APP_BOE_API_URL,
|
||||
changeOrigin: true, //表示是否改变原域名
|
||||
@@ -53,6 +70,8 @@ module.exports = defineConfig({
|
||||
// "^/manageApi": "",
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
// "/report": {
|
||||
// target: 'http://192.168.31.211:18878',
|
||||
// changeOrigin: true, //表示是否改变原域名
|
||||
|
||||
Reference in New Issue
Block a user