skyouc
2025-11-05 5c3f9ccc6ffd5fbb60e81f3d0118a3541f1ece15
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() {