Compare commits

..

2 Commits

Author SHA1 Message Date
lzp
8acb5b4ce5 12 2026-05-05 09:49:21 +08:00
lzp
1dd36b1b8c 1 2026-05-05 09:44:20 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ export default {
retrievePassword: 'Retrieve password'
},
Nuic: {
hiName: `Hi, {name}, I'm Fiphant.`,
hiName: `Hi {name}, I'm Fiphant.`,
nuic1Title: `Lets reveal the creative paths waiting for you.`,
nuic1Tip: `Let's set up your profile. A few quick details will help Fiphant understand<br />your needs and find exactly what you're looking for.`,
letsGo: 'Lets go, Fiphant!',

View File

@@ -127,6 +127,7 @@
if (res) {
userInfoStore.setToken(res)
userInfoStore.setUserInfo({
username: formData.name,
email: formData.email
})
router.push({ name: 'nuic' })