feat:前端数据层与路由注册支持标签库字段

This commit is contained in:
2026-06-24 21:36:31 +08:00
parent 341b08c02e
commit a446848d8e
3 changed files with 17 additions and 0 deletions
+2
View File
@@ -31,6 +31,8 @@ const state = reactive({
industry: '',
company: '',
personalityTags: [],
personalityTagLibrary: [],
hobbyLibrary: [],
birthday: ''
}
})