修改数据显示

v1.0.0
于肖磊 2024-09-06 16:25:37 +08:00
parent af90cbfc81
commit 072309748a
1 changed files with 1 additions and 5 deletions

View File

@ -77,11 +77,7 @@ const base_list = reactive({
{ id: '3', name: '风格3', url: new URL(`../../assets/images/components/page-settings/theme-3.png`, import.meta.url).href },
{ id: '4', name: '风格4', url: new URL(`../../assets/images/components/page-settings/theme-4.png`, import.meta.url).href },
{ id: '5', name: '风格5', url: new URL(`../../assets/images/components/page-settings/theme-5.png`, import.meta.url).href },
],
bottom_navigation: [
{ name: '显示', value: '1' },
{ name: '隐藏', value: '0' },
],
]
});
const emit = defineEmits(['update:change-theme']);