{{ $t("message.askTodelete") }}
-
@@ -423,6 +423,7 @@ export default { let storeInfo = storage.local.getText(that.secret.storeKey); let starray = storeInfo.split("|"); storage.local.setText(that.secret.storeKey, starray[0] + '|' + starray[1] + '|1|' + starray[3] + '|' + starray[4]); + storage.session.setText(that.secret.storeKey+"_share",'1'); location.reload(); this.state.locking = 0; } @@ -440,6 +441,7 @@ export default { dropNote() { this.model.deleting = true; storage.local.delete(this.secret.storeKey); + storage.session.setText(this.secret.storeKey+"_delete",1); location.reload(); }, bindToTopEvent() { diff --git a/src/views/ErrorView.vue b/src/views/ErrorView.vue deleted file mode 100644 index 362d248..0000000 --- a/src/views/ErrorView.vue +++ /dev/null @@ -1,17 +0,0 @@ - -