提交 6e9c0437 编写于 作者: zhujiamin's avatar zhujiamin

登录设置cookie --fix1

上级 112efffb
...@@ -243,7 +243,8 @@ export default class AppSetting extends Vue { ...@@ -243,7 +243,8 @@ export default class AppSetting extends Vue {
// 清除cookie // 清除cookie
Util.clearCookie('ibzuaa-token',true); Util.clearCookie('ibzuaa-token',true);
Util.clearCookie('srforgid',true); Util.clearCookie('srforgid',true);
Util.clearCookie('srfsystemid',true); Util.clearCookie('srfsystemid',true);
this.$router.push({ name: "login" }); this.$router.push({ name: "login" });
} }
......
...@@ -430,4 +430,6 @@ export class Util { ...@@ -430,4 +430,6 @@ export class Util {
} }
} }
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册