From 81298fe25b8b89e55998efc6ffdc9868b4702926 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期二, 11 三月 2025 12:31:33 +0800 Subject: [PATCH] #新增 1. 获取收货区接口 2. 字段优化 --- 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