From a25860fb65223855b99b5e643a04e46fdf75ab31 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Wed, 2 Nov 2022 14:19:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 40 +++++------ pages/my/rankingList.vue | 141 +++++++++++++++++++++++++++++++++++++-- 2 files changed, 156 insertions(+), 25 deletions(-) diff --git a/manifest.json b/manifest.json index fdb6f87..8948f10 100644 --- a/manifest.json +++ b/manifest.json @@ -89,26 +89,26 @@ "^/uboeApi" : "/api" } }, - "/statApi": { - // 目标代理服务器地址 - "target" : "http://192.168.0.11:9080", - "changeOrigin" : true, - "logLevel" :"debug", - "secure" : false, - "pathRewrite" : { - "^/statApi": "" - } - }, - "/socialApi": { - // 目标代理服务器地址 - "target": "http://192.168.0.11:9081", - "changeOrigin": true, - "logLevel":"debug", - "secure": false, - "pathRewrite": { - "^/socialApi": "" - } - } + "/statApi" : { + // 目标代理服务器地址 + "target" : "http://192.168.0.11:9080", + "changeOrigin" : true, + "logLevel" :"debug", + "secure" : false, + "pathRewrite" : { + "^/statApi": "" + } + }, + "/socialApi": { + // 目标代理服务器地址 + "target": "http://192.168.0.11:9081", + "changeOrigin": true, + "logLevel":"debug", + "secure": false, + "pathRewrite": { + "^/socialApi": "" + } + } } }, "optimization" : { diff --git a/pages/my/rankingList.vue b/pages/my/rankingList.vue index 43729d6..d2f3dda 100644 --- a/pages/my/rankingList.vue +++ b/pages/my/rankingList.vue @@ -144,7 +144,8 @@