chore: 宝塔form body querystring

This commit is contained in:
xiaojunnuo
2024-09-30 12:25:44 +08:00
parent 196f9c5fa8
commit d3ba3254f1

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