Skip to content

Commit 803ffc3

Browse files
committed
refactor: 将超级管理员账号由 vben 调整为 ducr 并同步更新邮箱
1 parent 90b378d commit 803ffc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

playground/src/layouts/basic.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ onBeforeMount(() => {
201201
:avatar
202202
:menus
203203
:text="userStore.userInfo?.realName"
204-
description="ann.vben@gmail.com"
204+
description="ducrong@126.com"
205205
tag-text="Pro"
206206
trigger="both"
207207
@logout="handleLogout"

playground/src/views/_core/authentication/login.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const authStore = useAuthStore();
1616
const MOCK_USER_OPTIONS: BasicOption[] = [
1717
{
1818
label: 'Super',
19-
value: 'vben',
19+
value: 'ducr',
2020
},
2121
{
2222
label: 'Admin',
@@ -59,7 +59,7 @@ const formSchema = computed((): VbenFormSchema[] => {
5959
.string()
6060
.min(1, { message: $t('authentication.selectAccount') })
6161
.optional()
62-
.default('vben'),
62+
.default('ducr'),
6363
},
6464
{
6565
component: 'VbenInput',

0 commit comments

Comments
 (0)