提交专业力必修

This commit is contained in:
Pengxiansen
2025-01-23 14:51:49 +08:00
parent d0176acb45
commit 990380ac1a
23 changed files with 2226 additions and 2238 deletions

View File

@@ -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,