feat(system/client): 新增客户端管理

This commit is contained in:
KAI
2024-12-26 02:19:09 +00:00
committed by Charles7c
parent 4ec42d1b79
commit bc3a5cff91
15 changed files with 605 additions and 17 deletions

View File

@@ -13,7 +13,6 @@ declare module 'vue' {
Chart: typeof import('./../components/Chart/index.vue')['default']
CronForm: typeof import('./../components/GenCron/CronForm/index.vue')['default']
CronModal: typeof import('./../components/GenCron/CronModal/index.vue')['default']
CronModel: typeof import('./../components/GenCron/CronModel/index.vue')['default']
DateRangePicker: typeof import('./../components/DateRangePicker/index.vue')['default']
DayForm: typeof import('./../components/GenCron/CronForm/component/day-form.vue')['default']
FilePreview: typeof import('./../components/FilePreview/index.vue')['default']

1
src/types/env.d.ts vendored
View File

@@ -6,6 +6,7 @@ interface ImportMetaEnv {
readonly VITE_API_BASE_URL: string
readonly VITE_BASE: string
readonly VITE_APP_SETTING: string
readonly VITE_CLIENT_ID: string
}
interface ImportMeta {