feat: 对接AI对话接口

This commit is contained in:
2026-02-11 16:32:38 +08:00
parent 0d13d69339
commit 7656250d9a
7 changed files with 637 additions and 95 deletions

View File

@@ -5,13 +5,13 @@ import { removeLocal, setLocal } from '@/utils/local'
import MyEvent from '@/utils/myEvent'
export const useUserInfoStore = defineStore('userInfo', () => {
const state = ref({
userInfo: {},
token: '',
generateParams: {
stylist: '',
sex: '',
stylistImage: ''
}
userInfo: {},
token: '',
generateParams: {
stylist: '',
sex: '',
stylistImage: ''
}
})
// getters