style: format code for all

This commit is contained in:
LZHD
2021-07-06 01:01:42 +08:00
committed by 踏学吾痕
parent e1200f2dbe
commit 77a1a47110
114 changed files with 7068 additions and 1068 deletions

View File

@@ -9,7 +9,7 @@ const homeRouter = {
icon: "el-icon-s-home",
showLink: true,
savedPosition: false,
rank: 0,
rank: 0
},
children: [
{
@@ -19,10 +19,10 @@ const homeRouter = {
meta: {
title: "message.hshome",
showLink: true,
savedPosition: false,
},
},
],
savedPosition: false
}
}
]
};
export default homeRouter;