fix bugs & add batchdelete peer & add peer to ab

This commit is contained in:
ljw
2024-09-29 11:50:23 +08:00
parent 8be855ff3e
commit 777510c7ec
14 changed files with 427 additions and 65 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export const useAppStore = defineStore({
sideIsCollapse: false,
logo,
lang: localStorage.getItem('lang') || 'zh-CN',
locale: zhCn,
locale: localStorage.getItem('lang') === 'en' ? en : zhCn,
},
}),