修复页面标题 fix 256, 修改 ql update 依赖安装逻辑

This commit is contained in:
hanhh
2021-06-07 00:57:57 +08:00
parent a8707e5422
commit 7f1c55c40a
8 changed files with 9851 additions and 10 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export default {
route: {
routes: [
{
name: 'login',
name: '登录',
path: '/login',
hideInMenu: true,
component: '@/pages/login/index',
+1
View File
@@ -95,6 +95,7 @@ export default function (props: any) {
},
];
}}
pageTitleRender={() => '控制面板'}
{...defaultProps}
>
{props.children}