修复不能调整分类的bug

This commit is contained in:
chuzhongzai
2024-11-03 15:28:05 +08:00
parent b0730f5114
commit f89f82704e
+2 -2
View File
@@ -184,8 +184,8 @@ function reverseEditMode(){
} }
//改变展示类型 //改变展示类型
function changeCategory(){ function changeCategory(value){
store.commit("_setCategory", category.value) store.commit("_setCategory", value)
} }
function changeGalleryNameType(){ function changeGalleryNameType(){
store.commit("_setShowNameType", galleryNameType.value) store.commit("_setShowNameType", galleryNameType.value)