提交讲师

This commit is contained in:
李志发
2024-05-15 13:29:03 +08:00
parent 8c36c4fa8e
commit 700dee82c9
38 changed files with 3158 additions and 385 deletions

View File

@@ -128,7 +128,8 @@ module.exports = {
proxy: {
'/manageApi': {
// 目标代理服务器地址
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'https://pretest.zcwytd.com',
changeOrigin: true,
secure: false,
pathRewrite: {
@@ -138,7 +139,8 @@ module.exports = {
'/systemapi': {
// 目标代理服务器地址
// target: 'http://127.0.0.1:9090',
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'https://pretest.zcwytd.com',
changeOrigin: true,
logLevel:'debug',
secure: false,
@@ -148,7 +150,8 @@ module.exports = {
},
'/uboeApi': {
// 目标代理服务器地址
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'https://pretest.zcwytd.com',
changeOrigin: true,
secure: false,
pathRewrite: {
@@ -157,7 +160,8 @@ module.exports = {
},
'/userbasic': {
// 目标代理服务器地址
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'https://pretest.zcwytd.com',
changeOrigin: true,
secure: false,
pathRewrite: {
@@ -167,7 +171,8 @@ module.exports = {
'/statApi': {
// 目标代理服务器地址
// target: 'http://127.0.0.1:9080',
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'https://pretest.zcwytd.com',
changeOrigin: true,
logLevel:'debug',
secure: false,
@@ -178,7 +183,8 @@ module.exports = {
'/socialApi': {
// 目标代理服务器地址
// target: 'http://127.0.0.1:9081',
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'https://pretest.zcwytd.com',
changeOrigin: true,
logLevel:'debug',
secure: false,
@@ -188,7 +194,8 @@ module.exports = {
},
'/report': {
// 目标代理服务器地址
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'https://pretest.zcwytd.com',
changeOrigin: true,
secure: false,
pathRewrite: {
@@ -197,13 +204,15 @@ module.exports = {
},
'/infrasApi': {
// 目标代理服务器地址
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'https://pretest.zcwytd.com',
changeOrigin: true,
secure: false,
},
'/activityApi': {
// 目标代理服务器地址
target: 'https://u-pre.boe.com',
// target: 'https://u-pre.boe.com',
target: 'https://pretest.zcwytd.com',
changeOrigin: true,
secure: false,
},