#
zjj
2025-07-17 32b10def2b0944c4afbe4d89e55261c39a690f1d
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() {