1.新增底部导航单独配置页面

v1.0.0
sws 2024-09-24 11:14:55 +08:00
parent 1539515790
commit 600bfd8699
1 changed files with 5 additions and 1 deletions

View File

@ -71,8 +71,12 @@ const loading_event = () => {
//#region ---------------------start
const save_event = () => {
const clone_form = cloneDeep(form.value);
const new_data = {
type: 'home',
config: clone_form,
};
//
DiyAPI.saveTabbar(clone_form).then((res: any) => {
DiyAPI.saveTabbar(new_data).then((res: any) => {
//
ElMessage.success('保存成功');
});