新增清理缓存页面

This commit is contained in:
唐明明
2021-09-30 12:56:23 +08:00
parent 6d169876d5
commit 036424eac0

View File

@@ -13,14 +13,7 @@
}; };
}, },
created() { created() {
uni.removeStorage({ this.$store.commit('setCode', '')
key : 'wxCode',
success : res => {
setTimeout(() => {
this.text = '清理完成'
},1000)
}
})
} }
} }
</script> </script>