update websocket

This commit is contained in:
landaiqing
2024-10-17 23:42:01 +08:00
parent fe090e6e1b
commit e2826a9adc
134 changed files with 41 additions and 44 deletions

4
src/vite-env.d.ts vendored
View File

@@ -5,7 +5,9 @@ declare interface ImportMetaEnv {
readonly VITE_API_BASE_URL: string;
readonly VITE_NODE_ENV: string;
readonly VITE_TITLE_NAME: string;
readonly VITE_APP_TOKEN_KEY?: string;
readonly VITE_APP_TOKEN_KEY: string;
readonly VITE_QR_SOCKET_URL: string;
readonly VITE_MESSAGE_SOCKET_URL: string;
}
interface ImportMeta {