🔀 基础合并 三天后上传新版本

This commit is contained in:
江西小徐
2024-04-07 11:48:23 +08:00
parent 61275be2bf
commit 92d1600a6b
4 changed files with 32 additions and 0 deletions
+3
View File
@@ -41,6 +41,9 @@ export const useConfigStore = defineStore('useConfig', {
this.configServer.domainArr = []
}
},
setCurrentServer(configServer: any) {
this.currentServer = configServer
},
setCurrentServerWhois(whois: any) {
this.currentServer.whois = whois
},