File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
views/_core/authentication Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const authStore = useAuthStore();
1616const 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' ,
You can’t perform that action at this time.
0 commit comments