From 67b39eea3fa764b632e44ac9690832d27a26d199 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 19 Jul 2023 08:13:34 +0800 Subject: [PATCH] fix nettest --- src/views/system/NetTestView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/NetTestView.vue b/src/views/system/NetTestView.vue index 7a30b230..0b5d6d4f 100644 --- a/src/views/system/NetTestView.vue +++ b/src/views/system/NetTestView.vue @@ -30,7 +30,7 @@ const targets = ref([ { image: tmdb, name: "api.themoviedb.org", - url: "https://api.themoviedb.org", + url: "https://api.themoviedb.org/docs", proxy: true, status: "Normal", time: "", @@ -74,7 +74,7 @@ const targets = ref([ { image: wechat, name: "qyapi.weixin.qq.com", - url: "https://qyapi.weixin.qq.com", + url: "https://qyapi.weixin.qq.com/cgi-bin/gettoken", proxy: false, status: "Normal", time: "",