mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
deploy
This commit is contained in:
parent
3d524ed568
commit
a88ad53c66
@ -139,6 +139,12 @@
|
||||
immediate: true,
|
||||
},
|
||||
},
|
||||
created() {
|
||||
document.body.style.overflow = "hidden";
|
||||
},
|
||||
beforeDestroy() {
|
||||
document.body.style.overflow = "auto";
|
||||
},
|
||||
mounted() {
|
||||
if ("production" !== process.env.NODE_ENV) {
|
||||
this.form.username = "admin";
|
||||
|
@ -154,9 +154,11 @@
|
||||
passwordType: "password",
|
||||
};
|
||||
},
|
||||
created() {},
|
||||
mounted() {},
|
||||
created() {
|
||||
document.body.style.overflow = "hidden";
|
||||
},
|
||||
beforeDestroy() {
|
||||
document.body.style.overflow = "auto";
|
||||
this.getPhoneIntval = null;
|
||||
clearInterval(this.getPhoneIntval);
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user