小小儁爺
2024-05-28 c758a74962bdc481fe4d404d265dc6f0bd47658d
pages/login/index.vue
@@ -74,14 +74,14 @@
      data() {
         return {
            // #ifdef H5
            usercode: '',
            usercode: '999',
            // #endif
            // #ifdef APP-PLUS
            usercode: '',
            usercode: '9999',
            // #endif
            userpassword: '',
            userpassword: '123456',
            isView: false, //密码是否可见
            isDisabledSubmitButton: false, //提交按钮是否处于加载中