fix: 修改提示
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user