diff --git a/vue.config.js b/vue.config.js index 74db0448..f6590f49 100644 --- a/vue.config.js +++ b/vue.config.js @@ -126,8 +126,8 @@ module.exports = { proxy: { '/manageApi': { // 目标代理服务器地址 - target: 'https://pretest.zcwytd.com', - // target: 'https://u-pre.boe.com', + // target: 'https://pretest.zcwytd.com', + target: 'https://u-pre.boe.com', changeOrigin: true, secure: false, pathRewrite: { @@ -137,8 +137,8 @@ module.exports = { '/systemapi': { // 目标代理服务器地址 // target: 'http://127.0.0.1:9090', - target: 'https://pretest.zcwytd.com', - // target: 'https://u-pre.boe.com', + // target: 'https://pretest.zcwytd.com', + target: 'https://u-pre.boe.com', changeOrigin: true, logLevel: 'debug', secure: false, @@ -148,8 +148,8 @@ module.exports = { }, '/uboeApi': { // 目标代理服务器地址 - target: 'https://pretest.zcwytd.com', - // target: 'https://u-pre.boe.com', + // target: 'https://pretest.zcwytd.com', + target: 'https://u-pre.boe.com', changeOrigin: true, secure: false, pathRewrite: { @@ -158,8 +158,8 @@ module.exports = { }, '/userbasic': { // 目标代理服务器地址 - target: 'https://pretest.zcwytd.com', - // target: 'https://u-pre.boe.com', + // target: 'https://pretest.zcwytd.com', + target: 'https://u-pre.boe.com', changeOrigin: true, secure: false, pathRewrite: { @@ -169,8 +169,8 @@ module.exports = { '/statApi': { // 目标代理服务器地址 // target: 'http://127.0.0.1:9080', - target: 'https://pretest.zcwytd.com', - // target: 'https://u-pre.boe.com', + // target: 'https://pretest.zcwytd.com', + target: 'https://u-pre.boe.com', changeOrigin: true, logLevel: 'debug', secure: false, @@ -181,8 +181,8 @@ module.exports = { '/socialApi': { // 目标代理服务器地址 // target: 'http://127.0.0.1:9081', - target: 'https://pretest.zcwytd.com', - // target: 'https://u-pre.boe.com', + // target: 'https://pretest.zcwytd.com', + target: 'https://u-pre.boe.com', changeOrigin: true, logLevel: 'debug', secure: false, @@ -192,8 +192,8 @@ module.exports = { }, '/report': { // 目标代理服务器地址 - target: 'https://pretest.zcwytd.com', - // target: 'https://u-pre.boe.com', + // target: 'https://pretest.zcwytd.com', + target: 'https://u-pre.boe.com', changeOrigin: true, secure: false, pathRewrite: { @@ -202,15 +202,15 @@ module.exports = { }, '/infrasApi': { // 目标代理服务器地址 - target: 'https://pretest.zcwytd.com', - // target: 'https://u-pre.boe.com', + // 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', + // target: 'https://pretest.zcwytd.com', + target: 'https://u-pre.boe.com', changeOrigin: true, secure: false, },