update: 初始化:新疆大屏基础搭建

This commit is contained in:
xf
2025-07-02 13:48:50 +08:00
parent 1cbda373e0
commit ff493d83d9
24 changed files with 1482 additions and 14 deletions
@@ -85,6 +85,21 @@ export const sexType = [
},
];
export const timeTabNew = [
{
name: '本周',
value: '2',
},
{
name: '本月',
value: '3',
},
{
name: '本年',
value: '4',
},
];
export function useSpin() {
const spinning = ref(true);