From 94d91d89fd5e3a641e77629ac60ea5d7e1a6801f Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期三, 27 十一月 2024 09:53:37 +0800 Subject: [PATCH] 1、修改首页 2、修改租户套餐页面 3、修改logo图标 4、点击左上角平台名称和logo,展示所有菜单等 --- types/env.d.ts | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/types/env.d.ts b/types/env.d.ts index 1326e3b..25cef34 100644 --- a/types/env.d.ts +++ b/types/env.d.ts @@ -5,6 +5,9 @@ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types const component: DefineComponent<{}, {}, any> export default component + + export class ToolHeader { + } } interface ImportMetaEnv { @@ -22,10 +25,12 @@ readonly VITE_UPLOAD_URL: string readonly VITE_API_URL: string readonly VITE_BASE_PATH: string + readonly VITE_VIDEO_CAMERA_DOMAIN: string readonly VITE_DROP_DEBUGGER: string readonly VITE_DROP_CONSOLE: string readonly VITE_SOURCEMAP: string readonly VITE_OUT_DIR: string + readonly VITE_STATIC_DIR: string } declare global { -- Gitblit v1.9.3