Compare commits

...

4 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
2bca08ed97 Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/FiDA_Front 2026-05-04 17:09:00 +08:00
ba63d16d60 feat: 隐藏生成参数调节按钮 2026-05-04 17:08:58 +08:00
3 changed files with 4 additions and 3 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

@@ -58,11 +58,11 @@
:confirm-text="confirmText"
:disabled="parametersDisabled"
/>
<SettingPopover
<!-- <SettingPopover
v-model:options="settingOptionsModel"
:title="settingTitle"
:translate="translate"
/>
/> -->
</div>
<div class="right">
<div

View File

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