Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 3c5214e

Browse files
committed
fix: config form number type
Signed-off-by: Innei <tukon479@gmail.com>
1 parent b2ec99f commit 3c5214e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
VITE_APP_LOGIN_BG=https://fastly.jsdelivr.net/gh/mx-space/docs-images@master/images/chichi-1.jpeg
2+
VITE_APP_BASE_API=http://localhost:2333

src/components/config-form/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ const ScheamFormItem = defineComponent({
346346
)
347347
}
348348

349+
case 'number':
349350
case 'integer': {
350351
return (
351352
<NInputNumber

0 commit comments

Comments
 (0)