Merge branch 'portal_zxj_yunxiao' into 20251117-new-employee

This commit is contained in:
joshen
2025-11-17 15:42:18 +08:00
20 changed files with 21791 additions and 2819 deletions

View File

@@ -138,13 +138,15 @@ module.exports = {
// changeOrigin: true,
// },
"/growth": {
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'http://10.10.176.17:81',
// target: 'http://192.168.86.195:32002',
changeOrigin: true,
},
'/manageApi': {
// 目标代理服务器地址
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'http://10.10.176.17:81',
changeOrigin: true,
secure: false,
pathRewrite: {
@@ -154,7 +156,8 @@ module.exports = {
'/systemapi': {
// 目标代理服务器地址
// target: 'http://127.0.0.1:9090',
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'http://10.10.176.17:81',
changeOrigin: true,
logLevel: 'debug',
secure: false,
@@ -164,7 +167,8 @@ module.exports = {
},
'/uboeApi': {
// 目标代理服务器地址
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'http://10.10.176.17:81',
changeOrigin: true,
secure: false,
pathRewrite: {
@@ -173,7 +177,8 @@ module.exports = {
},
'/userbasic': {
// 目标代理服务器地址
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'http://10.10.176.17:81',
changeOrigin: true,
secure: false,
pathRewrite: {
@@ -183,7 +188,8 @@ module.exports = {
'/statApi': {
// 目标代理服务器地址
// target: 'http://127.0.0.1:9080',
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'http://10.10.176.17:81',
changeOrigin: true,
logLevel: 'debug',
secure: false,
@@ -194,7 +200,8 @@ module.exports = {
'/socialApi': {
// 目标代理服务器地址
// target: 'http://127.0.0.1:9081',
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'http://10.10.176.17:81',
changeOrigin: true,
logLevel: 'debug',
secure: false,
@@ -204,7 +211,8 @@ module.exports = {
},
'/report': {
// 目标代理服务器地址
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'http://10.10.176.17:81',
changeOrigin: true,
secure: false,
pathRewrite: {
@@ -213,13 +221,15 @@ module.exports = {
},
'/infrasApi': {
// 目标代理服务器地址
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'http://10.10.176.17:81',
changeOrigin: true,
secure: false,
},
'/activityApi': {
// 目标代理服务器地址
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'http://10.10.176.17:81',
changeOrigin: true,
secure: false,
},