Explorar el Código

🔧 chore(ui): remove unused dayjs locale import

- 删除未使用的'dayjs/locale/zh-cn'导入,减少不必要的依赖
yourname hace 1 mes
padre
commit
6938f38c12
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/tenant-management-ui/src/hooks/AuthProvider.tsx

+ 0 - 1
packages/tenant-management-ui/src/hooks/AuthProvider.tsx

@@ -5,7 +5,6 @@ import {
   useQueryClient,
 } from '@tanstack/react-query';
 import axios from 'axios';
-import 'dayjs/locale/zh-cn';
 import { tenantClientManager } from '../api/tenantClient';
 
 // 租户超级管理员用户类型