mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
提交专业力必修
This commit is contained in:
@@ -19,19 +19,13 @@ module.exports = defineConfig({
|
||||
},
|
||||
proxy: {
|
||||
"/professional": {
|
||||
target: 'http://192.168.16.195:32002',
|
||||
// target: 'http://192.168.175.141:32002',
|
||||
// target: 'http://192.168.16.195:32002',
|
||||
target: 'http://192.168.18.141:32002',
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
"^/manageApi/growth": "",
|
||||
},
|
||||
},
|
||||
// "/growth": {
|
||||
// target: 'https:' + process.env.VUE_APP_BOE_API_URL,
|
||||
// changeOrigin: true,
|
||||
// pathRewrite: {
|
||||
// "^/manageApi": "",
|
||||
// },
|
||||
// },
|
||||
"/manageApi": {
|
||||
target: 'https:' + process.env.VUE_APP_PROXY_URL,
|
||||
|
||||
Reference in New Issue
Block a user