diff --git a/apps/web-antd/src/store/auth.ts b/apps/web-antd/src/store/auth.ts index 8df9696..9fe70c7 100644 --- a/apps/web-antd/src/store/auth.ts +++ b/apps/web-antd/src/store/auth.ts @@ -88,7 +88,11 @@ export const useAuthStore = defineStore('auth', () => { null, `${$t('authentication.welcomeBack')},${userInfo.nickname}`, ), - h('p', null, '申请license步骤:先创建客户→创建项目→再申请lic'), + h( + 'p', + null, + '申请license步骤:先创建客户(若无)→创建项目(若无)→再申请lic', + ), ]), duration: 10, message: $t('authentication.loginSuccess'),