From 789f73d6be6e1f43da69f501d1727d6449925b0d Mon Sep 17 00:00:00 2001 From: Harry-zklcdc <1269158832@qq.com> Date: Sun, 27 Aug 2023 00:15:18 +0800 Subject: [PATCH] =?UTF-8?q?[Fix]=20=F0=9F=90=9B=20Create=20Conversation=20?= =?UTF-8?q?Error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/stores/modules/user/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/stores/modules/user/index.ts b/frontend/src/stores/modules/user/index.ts index 6edaf69e86..6ac0293a89 100644 --- a/frontend/src/stores/modules/user/index.ts +++ b/frontend/src/stores/modules/user/index.ts @@ -13,6 +13,7 @@ export const useUserStore = defineStore( const userTokenCookieName = '_U'; const userKievRPSSecAuthCookieName = 'KievRPSSecAuth'; const userRwBfCookieName = '_RwBf'; + const userMUIDCookieName = 'MUID'; const randIpCookieName = 'BingAI_Rand_IP'; const authKeyCookieName = 'BingAI_Auth_Key'; const cookiesStr = ref(''); @@ -66,6 +67,7 @@ export const useUserStore = defineStore( }; const checkUserToken = () => { + cookies.set(userMUIDCookieName, '3AC75B6BED5B6C3B03384913EC756D93', 365 * 24 * 60, '/') if (historyEnable.value) { CIB.vm.sidePanel.isVisibleDesktop = true; document.querySelector('cib-serp')?.setAttribute('alignment', 'left');