zhuguifei
2025-09-02 9dfbc038667839631578c12ff748534e5939bc82
pages/login/login.vue
@@ -44,8 +44,8 @@
            show: false,
            pass: "",
            model: {
               username: "tongjitang",
               password: "123456"
               username: "",
               password: ""
            },
            rules: {
               'username': {
@@ -73,7 +73,7 @@
      },
      mounted() {
         setTimeout(() => {
            this.model.username = this.clientPushId
            //this.model.username = this.clientPushId
         }, 1000)
      },
      computed: {
@@ -95,13 +95,11 @@
         },
         switchMode() {
            uni.navigateTo({
               url: "/pages/login/switchMode"
               url: "/packageA/pages/login/switchMode"
            })
         },
         forget() {
            uni.navigateTo({
               url: "/pages/tabBar/demo"
            })
         },
         submit() {
            const mode = uni.getStorageSync('mode');