feat: 绘画页面对接腾讯混元文生图
This commit is contained in:
@@ -59,6 +59,6 @@ export const useLoginState = defineStore('loginState', () => {
|
||||
persist: {
|
||||
key: 'xsh_assistant_persisted_state',
|
||||
storage: persistedState.localStorage,
|
||||
paths: ['token', 'user']
|
||||
paths: ['is_logged_in', 'token', 'user']
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user