#
zjj
2025-07-19 b9d085099f00a0d38a0371c1f3fa9a57c9ce4d80
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() {