mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
fix:项目&学员管理改造支持社招新员工
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user