no msg
This commit is contained in:
parent
b59549ebe9
commit
28abad0276
1
.github/workflows/electron.yml
vendored
1
.github/workflows/electron.yml
vendored
@ -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
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user