perf: 日期中文化

This commit is contained in:
renxiaodong
2025-09-07 17:19:51 +08:00
parent e912e4502c
commit 11382d8204

View File

@ -7,18 +7,19 @@
<script setup>
import { useUserStore } from '@/stores';
import { useChatStore } from '@/stores/modules/chat';
// import { useChatStore } from '@/stores/modules/chat';
import { initApp } from '@/utils/user';
import { useSidebarStore } from '@/stores/modules/side-bar';
import { ConfigProvider } from 'ant-design-vue';
import zhCN from 'ant-design-vue/es/locale/zh_CN';
import 'dayjs/locale/zh-cn';
const userStore = useUserStore();
const route = useRoute();
// const route = useRoute();
const sidebarStore = useSidebarStore();
const chatStore = useChatStore();
// const chatStore = useChatStore();
const redTheme = {
token: {