#
zjj
2025-07-07 9ffd3dce0bb92458d6cbcd9993c63d5fb68c7367
pages/login/index.vue
@@ -117,6 +117,14 @@
      uni.onLocaleChange((e) => {
        this.applicationLocale = e.locale;
      })
      this.user = uni.getStorageSync('user')
      if (!this.user) {
         this.user = {
            userName: '',
            password: ''
         }
      }
   },
   methods:{
      async onLogin() {