feat:新增社招新员工项目欢迎页与学习页面

This commit is contained in:
zxj
2025-11-14 10:26:24 +08:00
parent d07f732959
commit e9f18191fb
14 changed files with 4032 additions and 2368 deletions

View File

@@ -131,13 +131,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: {
@@ -147,7 +149,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,
@@ -157,7 +160,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: {
@@ -166,7 +170,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: {
@@ -176,7 +181,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,
@@ -187,7 +193,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,
@@ -197,7 +204,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: {
@@ -206,13 +214,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,
},