diff --git a/README.md b/README.md index aac2300..dc1934d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # dq_webcode -大庆智慧金融前端代码PC端---2021 \ No newline at end of file +大庆智慧金融前端代码PC端---2021 + diff --git a/src/App.vue b/src/App.vue index 0f1131c..2554be5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -15,6 +15,7 @@ export default { //在页面刷新时将vuex里的信息保存到sessionStorage里 window.addEventListener('beforeunload', () => { + sessionStorage.removeItem('success') sessionStorage.setItem('store', JSON.stringify(this.$store.state)); }); diff --git a/src/components/common/BindPhone.vue b/src/components/common/BindPhone.vue index b53d910..1c7dec2 100644 --- a/src/components/common/BindPhone.vue +++ b/src/components/common/BindPhone.vue @@ -1,6 +1,5 @@