聊天功能优化,部分问题修复

This commit is contained in:
2025-12-05 09:37:30 +08:00
parent 6590a3514b
commit 885ef57c93
9 changed files with 554 additions and 159 deletions

View File

@@ -93,7 +93,7 @@ export const useSuperVipStore = defineStore("superVip", {
state: () => {
return {
config: {
isOpen: 0,
isOpen: '',
configList:[]
},
vipLevelList:[]