chore: 宝塔form body querystring

pull/199/head
xiaojunnuo 2024-09-30 12:25:44 +08:00
parent 196f9c5fa8
commit d3ba3254f1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export class PluginService {
const list = [];
for (const key in collection) {
const Plugin = collection[key];
if (Plugin?.define.deprecated) {
if (Plugin?.define?.deprecated) {
continue;
}
list.push({ ...Plugin.define, key });