diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index 3b6c2e904..9e7337081 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -201,7 +201,7 @@ export default { workplace: { welcome: '你好', happyDay: '祝你开心每一天!', - toady: '今日晴', + toady: '今日晴,鸿运当头', notice: '通知公告', project: '项目数', access: '项目访问', @@ -455,4 +455,4 @@ export default { preview: '预览' }, 'OAuth 2.0': 'OAuth 2.0' // 避免菜单名是 OAuth 2.0 时,一直 warn 报错 -} \ No newline at end of file +} diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index cfb6a0f94..a42aa8dce 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -210,9 +210,9 @@ let totalSate = reactive({ const getCount = async () => { const data = { - project: 40, + project: 4, access: 2340, - todo: 10 + todo: 0 } totalSate = Object.assign(totalSate, data) } @@ -245,7 +245,7 @@ const getProject = async () => { time: new Date('2025-03-04'), color: '#ff4d4f' }, - { + /*{ name: 'yudao-cloud', icon: 'material-symbols:cloud-outline', message: 'github.com/YunaiV/yudao-cloud', @@ -260,7 +260,7 @@ const getProject = async () => { personal: 'Vue3 + vben5(antd) 管理后台', time: new Date('2025-05-06'), color: '#e18525' - }, + },*/ { name: 'yudao-ui-admin-uniapp', icon: 'ant-design:mobile',