This commit is contained in:
lhj
2024-11-10 23:55:49 +08:00
parent 9a365dd1a1
commit c9c336ec45
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import { defineStore } from 'pinia';
import { IPageComponent } from '@/type/IPageComponent';
import sha256 from 'js-sha256';
import { sha256 } from 'js-sha256';
// 缓存对象
const idToObjectCache = new Map<string, IPageComponent>();