提交 54bc5dc1 编写于 作者: KK's avatar KK

清除缓存

上级 5656b1f1
......@@ -177,10 +177,13 @@ export default class AppSetting extends Vue {
/**
* 清除缓存
*/
public clear() {
public async clear() {
const result = await this.$notice.confirm("清除缓存", '清除缓存可能会导致当前登录信息失效!!!',this.$store);
if(result){
localStorage.clear();
}
}
/**
* 主题切换
*/
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册