修改数据显示
parent
af90cbfc81
commit
072309748a
|
|
@ -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: '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: '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 },
|
{ 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']);
|
const emit = defineEmits(['update:change-theme']);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue