Update App.vue
This commit is contained in:
parent
406764ea12
commit
851b08bd1e
1 changed files with 0 additions and 3 deletions
|
@ -25,9 +25,6 @@ export default {
|
|||
}
|
||||
if (JSON.parse(localStorage.getItem("wind404"))) {
|
||||
var wind = JSON.parse(localStorage.getItem("wind404"));
|
||||
} else {
|
||||
// eslint-disable-next-line no-redeclare
|
||||
var wind = false;
|
||||
}
|
||||
this.$store.commit("setWind", wind);
|
||||
Object.assign(axios.defaults, {
|
||||
|
|
Loading…
Reference in a new issue