From 3c5214e6a5a7326aec552bf8cbcb6c22d1272a34 Mon Sep 17 00:00:00 2001 From: Innei Date: Fri, 20 Dec 2024 22:48:22 +0800 Subject: [PATCH] fix: config form number type Signed-off-by: Innei --- .env | 1 + src/components/config-form/index.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/.env b/.env index 2859a7fee..8ef33bc0d 100644 --- a/.env +++ b/.env @@ -1 +1,2 @@ VITE_APP_LOGIN_BG=https://fastly.jsdelivr.net/gh/mx-space/docs-images@master/images/chichi-1.jpeg +VITE_APP_BASE_API=http://localhost:2333 diff --git a/src/components/config-form/index.tsx b/src/components/config-form/index.tsx index e06eccc28..fe23765d6 100644 --- a/src/components/config-form/index.tsx +++ b/src/components/config-form/index.tsx @@ -346,6 +346,7 @@ const ScheamFormItem = defineComponent({ ) } + case 'number': case 'integer': { return (