fix:项目&学员管理改造支持社招新员工

This commit is contained in:
zxj
2025-11-13 14:50:16 +08:00
parent 09c4a6da80
commit ec03ab4427
9 changed files with 14520 additions and 671 deletions

View File

@@ -25,25 +25,30 @@ module.exports = defineConfig({
// changeOrigin: true,
// },
"/growth": {
target: 'https:' + process.env.VUE_APP_BOE_API_URL,
// target: 'https:' + process.env.VUE_APP_BOE_API_URL,
target: 'http://10.10.176.17:81/',
changeOrigin: true,
},
"/manageApi": {
target: 'https:' + process.env.VUE_APP_PROXY_URL,
// target: 'https:' + process.env.VUE_APP_PROXY_URL,
target: 'http://10.10.176.17:81/',
changeOrigin: true, //表示是否改变原域名
pathRewrite: {
"^/manageApi": "",
"^/manageApi": "/manageApi",
},
}, "/userbasic": {
target: 'https:' + process.env.VUE_APP_BOE_API_URL,
// target: 'https:' + process.env.VUE_APP_BOE_API_URL,
target: 'http://10.10.176.17:81/',
changeOrigin: true, //表示是否改变原域名
},
"/systemapi": {
target: 'https:' + process.env.VUE_APP_BOE_API_URL,
// target: 'https:' + process.env.VUE_APP_BOE_API_URL,
target: 'http://10.10.176.17:81/',
changeOrigin: true, //表示是否改变原域名
},
"/api": {
target: 'https:' + process.env.VUE_APP_BOE_API_URL,
// target: 'https:' + process.env.VUE_APP_BOE_API_URL,
target: 'http://10.10.176.17:81/',
changeOrigin: true, //表示是否改变原域名
},
// "/reportsnake": {
@@ -54,7 +59,8 @@ module.exports = defineConfig({
// },
// },
"/reportsnake": {
target: 'http://127.0.0.1:32004',
// target: 'http://127.0.0.1:32004',
target: 'http://10.10.176.17:81/',
changeOrigin: true, //表示是否改变原域名
pathRewrite: {
"^/reportsnake": "",
@@ -64,7 +70,8 @@ module.exports = defineConfig({
}
},
"/report": {
target: 'https:' + process.env.VUE_APP_BOE_API_URL,
// target: 'https:' + process.env.VUE_APP_BOE_API_URL,
target: 'http://10.10.176.17:81/',
changeOrigin: true, //表示是否改变原域名
pathRewrite: {
// "^/manageApi": "",
@@ -80,7 +87,8 @@ module.exports = defineConfig({
// },
// },
"/activityApi": {
target: 'https:' + process.env.VUE_APP_BOE_API_URL,
// target: 'https:' + process.env.VUE_APP_BOE_API_URL,
target: 'http://10.10.176.17:81/',
changeOrigin: true,
},