mirror of
https://gitee.com/ice-gl/icegl-three-vue-tres.git
synced 2025-04-05 06:22:43 +08:00
不检查 插件中心的数量
This commit is contained in:
parent
2b8cb76877
commit
57c8b8c644
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user