tools页面加入缓存

This commit is contained in:
X1627315083
2025-11-20 10:58:16 +08:00
parent ae142b8edf
commit 57ff23e477
4 changed files with 19 additions and 14 deletions

View File

@@ -226,7 +226,7 @@ export default defineComponent({
storeData.positionList = position
store.commit('setProbject',storeData)
// setChatData()
if(route.name == 'tools'){
if(route.name == 'toolsPage'){
getCollection('tools',null)
}else{
getCollection('design',null)