Browse Source

Merge branch 'sit'

xiaodai2017 2 years ago
parent
commit
5b7f0d0305
2 changed files with 16 additions and 6 deletions
  1. 10 0
      dist/static/js/app.js
  2. 6 6
      src/views/login/index.vue

File diff suppressed because it is too large
+ 10 - 0
dist/static/js/app.js


+ 6 - 6
src/views/login/index.vue

@@ -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 === "") {

Some files were not shown because too many files changed in this diff