Commit ebbbda09 authored by 张伯涛's avatar 张伯涛

退出登录的时候清除AIToken

parent e640ee16
......@@ -766,6 +766,7 @@ export default defineComponent({
});
if (res == "confirm") {
store.commit("clearUserInfo", "");
localStorage.removeItem('AIToken')
router.push({ path: "/login" });
} else {
//重置视频插件位置
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment