This commit is contained in:
神仙都没用 2025-02-19 15:49:59 +08:00
parent 3d8c037f2b
commit d496348bf2

View File

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