chore: modify the i18n implementation logic of PageLayout component 🌟

This commit is contained in:
iczer
2020-06-30 16:16:34 +08:00
parent 163b9e1b5f
commit 112f862988
5 changed files with 63 additions and 56 deletions

View File

@@ -12,8 +12,7 @@ export default new Router({
{
path: '/login',
name: '登录页',
component: Login,
invisible: true
component: Login
},
{
path: '/',