不检查 插件中心的数量

This commit is contained in:
hawk86104 2024-08-16 10:17:45 +08:00
parent 2b8cb76877
commit 57c8b8c644

View File

@ -4,7 +4,7 @@
* @Autor: 地虎降天龙
* @Date: 2023-10-16 10:53:09
* @LastEditors: 地虎降天龙
* @LastEditTime: 2024-08-12 16:33:18
* @LastEditTime: 2024-08-16 10:15:54
*/
// 放工具函数
import { request } from '@fesjs/fes'
@ -75,10 +75,9 @@ const formatMenu = (online, local) => {
const result = { ...local }
for (const olKey in online) {
if (olKey === 'basic') {
if (olKey === 'basic' || online[olKey].tvtstore !== undefined) {
continue
}
const olItem = online[olKey]
const loItem = local[olKey]