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 })