From d21898442a310b20fa0d6bc604fa541251f7cf56 Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期一, 10 四月 2023 17:12:45 +0800 Subject: [PATCH] 修改了router下面的index.js //编辑个人信息 { path: '/self/self', component: Layout, permissions: ['person:information:edit'], --- src/layout/components/Sidebar/Logo.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index e006293..174f297 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -35,7 +35,7 @@ }, data() { return { - title: '寮犳皬APP', + title: 'zhangAPP', logo: logoImg } } -- Gitblit v1.9.1