配置文件回退

This commit is contained in:
zhangsir
2024-05-30 09:06:18 +08:00
parent 6bbebe1286
commit 5ab32350f5
3 changed files with 6 additions and 15 deletions

View File

@@ -126,7 +126,6 @@ module.exports = {
proxy: {
'/manageApi': {
// 目标代理服务器地址
// target: 'https://pretest.zcwytd.com',
target: 'https://u-pre.boe.com',
changeOrigin: true,
secure: false,
@@ -137,7 +136,6 @@ module.exports = {
'/systemapi': {
// 目标代理服务器地址
// target: 'http://127.0.0.1:9090',
// target: 'https://pretest.zcwytd.com',
target: 'https://u-pre.boe.com',
changeOrigin: true,
logLevel: 'debug',
@@ -148,7 +146,6 @@ module.exports = {
},
'/uboeApi': {
// 目标代理服务器地址
// target: 'https://pretest.zcwytd.com',
target: 'https://u-pre.boe.com',
changeOrigin: true,
secure: false,
@@ -158,7 +155,6 @@ module.exports = {
},
'/userbasic': {
// 目标代理服务器地址
// target: 'https://pretest.zcwytd.com',
target: 'https://u-pre.boe.com',
changeOrigin: true,
secure: false,
@@ -169,7 +165,6 @@ module.exports = {
'/statApi': {
// 目标代理服务器地址
// target: 'http://127.0.0.1:9080',
// target: 'https://pretest.zcwytd.com',
target: 'https://u-pre.boe.com',
changeOrigin: true,
logLevel: 'debug',
@@ -181,7 +176,6 @@ module.exports = {
'/socialApi': {
// 目标代理服务器地址
// target: 'http://127.0.0.1:9081',
// target: 'https://pretest.zcwytd.com',
target: 'https://u-pre.boe.com',
changeOrigin: true,
logLevel: 'debug',
@@ -192,7 +186,6 @@ module.exports = {
},
'/report': {
// 目标代理服务器地址
// target: 'https://pretest.zcwytd.com',
target: 'https://u-pre.boe.com',
changeOrigin: true,
secure: false,
@@ -202,14 +195,12 @@ module.exports = {
},
'/infrasApi': {
// 目标代理服务器地址
// target: 'https://pretest.zcwytd.com',
target: 'https://u-pre.boe.com',
changeOrigin: true,
secure: false,
},
'/activityApi': {
// 目标代理服务器地址
// target: 'https://pretest.zcwytd.com',
target: 'https://u-pre.boe.com',
changeOrigin: true,
secure: false,