定义名字

This commit is contained in:
zhangsir
2024-05-15 15:07:13 +08:00
parent 700dee82c9
commit c9ef52385d
14 changed files with 90 additions and 132 deletions

View File

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