skyouc
2025-11-06 19955d9a18f5322e91eeb4bd6a334d0b1f4df26f
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() {