|
@@ -171,12 +171,12 @@ export default {
|
|
|
},
|
|
|
mounted() {
|
|
|
// console.log(process.env.NODE_ENV);
|
|
|
- if (process.env.NODE_ENV === "development") {
|
|
|
- this.loginForm = {
|
|
|
- mobile: "17777777777",
|
|
|
- password: "uu2222",
|
|
|
- };
|
|
|
- }
|
|
|
+ // if (process.env.NODE_ENV === "development") {
|
|
|
+ // this.loginForm = {
|
|
|
+ // mobile: "17777777777",
|
|
|
+ // password: "uu2222",
|
|
|
+ // };
|
|
|
+ // }
|
|
|
if (this.loginForm.mobile === "") {
|
|
|
this.$refs.mobile.focus();
|
|
|
} else if (this.loginForm.password === "") {
|