【新增】:mall 客服初始化

This commit is contained in:
puhui999
2024-07-01 11:36:07 +08:00
parent bc8948eecf
commit d3614cbbac
10 changed files with 408 additions and 2 deletions

1
types/env.d.ts vendored
View File

@ -19,6 +19,7 @@ interface ImportMetaEnv {
readonly VITE_UPLOAD_URL: string
readonly VITE_API_URL: string
readonly VITE_BASE_PATH: string
readonly VITE_STATIC_URL: string
readonly VITE_DROP_DEBUGGER: string
readonly VITE_DROP_CONSOLE: string
readonly VITE_SOURCEMAP: string