提交 c4469a76 编写于 作者: 郝先瑞

refactor(setting.ts): 默认开启侧边栏Logo

上级 96f74a98
export default {
// 路由国际化
route: {
dashboard: 'Dashboard'
dashboard: 'Dashboard',
document: 'Document'
},
// 登录页面国际化
login: {
title: 'Youlai Mall Management System',
username: 'Username',
password: 'Password',
login: 'Login',
code: 'Verification Code',
copyright: 'Copyright © 2021 - 2022 youlai.tech All Rights Reserved. ',
icp: ''
},
// 导航栏国际化
navbar:{
dashboard: 'Dashboard',
logout:'Logout',
document:'Document',
gitee:'Gitee'
}
}
\ No newline at end of file
......@@ -13,7 +13,8 @@ const defaultSettings: DefaultSettings = {
showSettings: true,
tagsView: true,
fixedHeader: false,
sidebarLogo: false,
// 是否显示Logo
sidebarLogo: true,
errorLog: 'production'
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册