Commit 80c534bf authored by liwei's avatar liwei

Merge remote-tracking branch 'origin/master'

parents f9c02489 409ee0dc
...@@ -766,6 +766,7 @@ export default defineComponent({ ...@@ -766,6 +766,7 @@ export default defineComponent({
}); });
if (res == "confirm") { if (res == "confirm") {
store.commit("clearUserInfo", ""); store.commit("clearUserInfo", "");
localStorage.removeItem('AIToken')
router.push({ path: "/login" }); router.push({ path: "/login" });
} else { } 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