From 37fe78bb0153508910b31f84f01942d2473958d0 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期三, 19 二月 2025 15:55:18 +0800
Subject: [PATCH] #新增 1. 新增物料分组tree接口 2. 新增通过物料获取物料接口 3. 新增knife4j接口UI显示 访问链接:http://localhost:8080/rsf-server/doc.html#/home
---
rsf-admin/src/page/dashboard/index.jsx | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/rsf-admin/src/page/dashboard/index.jsx b/rsf-admin/src/page/dashboard/index.jsx
index 9c22ac1..977c941 100644
--- a/rsf-admin/src/page/dashboard/index.jsx
+++ b/rsf-admin/src/page/dashboard/index.jsx
@@ -31,7 +31,11 @@
}}
>
<WordEffect
- words={translate('page.welcome')}
+ words={translate('page.welcome.index')}
+ color={theme.palette.mode === 'light' ? '#666' : '#eeeeee'}
+ />
+ <WordEffect
+ words={translate('page.welcome.tech')}
color={theme.palette.mode === 'light' ? '#666' : '#eeeeee'}
/>
</div>
--
Gitblit v1.9.1