su
su1124
2023-12-06 ae10aec8b64ee09160879429ddcfa57963e7cf05
src/views/login.vue
@@ -59,6 +59,7 @@
    <!--  底部  -->
    <div class="el-login-footer">
      <!-- <span>Copyright © 2022-2023路泰科技 All Rights Reserved.</span> -->
      <span>Copyright © 2022-2023龙美网络 All Rights Reserved.</span>
    </div>
  </div>
@@ -151,8 +152,8 @@
    },
    hide() {
      this.loginForm.username = "10001";
      this.loginForm.password = "admin123";
      // this.loginForm.username = "10001";
      // this.loginForm.password = "admin123";
    },
    changetype() {
      this.pwdtype = this.pwdtype === 'password' ? 'text' : 'password'