refactor: 修改 tabs 存储方式.

This commit is contained in:
lijiahang
2024-01-04 17:10:07 +08:00
parent acc165b4c6
commit 685e68a47f
17 changed files with 258 additions and 173 deletions

View File

@@ -9,6 +9,7 @@ declare module '*.vue' {
interface ImportMetaEnv {
readonly VITE_API_BASE_URL: string;
readonly VITE_WS_BASE_URL: string;
readonly VITE_APP_VERSION: string;
}