From d496348bf2036190a9f73b827d05918c1a40cf1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E4=BB=99=E9=83=BD=E6=B2=A1=E7=94=A8?= <615206459@qq.com> Date: Wed, 19 Feb 2025 15:49:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/helper/views/plugins.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/helper/views/plugins.vue b/src/modules/helper/views/plugins.vue index c41d780..3367270 100644 --- a/src/modules/helper/views/plugins.vue +++ b/src/modules/helper/views/plugins.vue @@ -505,7 +505,7 @@ const plugin = reactive({ await service .request({ - url: `${helper.options.host}/app/plugin/info/page`, + url: `${helper.options.api}/app/plugin/info/page`, method: 'POST', data })