This commit is contained in:
kuaifan 2021-12-30 10:35:14 +08:00
parent b59549ebe9
commit 28abad0276
2 changed files with 5 additions and 3 deletions

View File

@ -19,6 +19,7 @@ jobs:
uses: loopwerk/tag-changelog@v1
with:
token: ${{ secrets.GH_PAT }}
exclude_types: other,chore
- name: Create release
uses: actions/create-release@latest

View File

@ -84,6 +84,10 @@ export default {
},
deactivated() {
this.loginJump = false;
this.password = "";
this.password2 = "";
this.code = "";
this.invite = "";
},
computed: {
...mapState(['cacheServerUrl']),
@ -220,9 +224,6 @@ export default {
},
}).then(({data}) => {
this.loadIng--;
this.password = "";
this.code = "";
this.invite = "";
this.$store.state.method.setStorage("cacheLoginEmail", this.email)
this.$store.dispatch("handleClearCache", data).then(() => {
this.goNext1();