fix routes.

This commit is contained in:
2023-06-13 12:02:59 +08:00
parent c27f5c43c7
commit 03f24190fc
13 changed files with 408 additions and 454 deletions

View File

@@ -57,7 +57,7 @@ async function saveProfile() {
<n-form-item label="真名">
<n-input v-model:value="userStore.profile.real_name" />
</n-form-item>
<n-form-item label="骚话">
<n-form-item label="自我介绍">
<n-input v-model:value="userStore.profile.mood" />
</n-form-item>
<n-button