MrShi
2025-04-18 ad685ebb7a5af63cd00d2da6d2e540dd8049ac93
h5/App.vue
@@ -11,13 +11,13 @@
      },
      methods: {
         async init() {
            // if (!this.$store.state.userInfo) {
            //    let res = await this.$u.api.login({ code: 'ShiXuHui' })
            //    if (res.code === 200) {
            //       this.$store.commit('setUserInfo', res.data)
            //    }
            // }
            // return
            if (!this.$store.state.userInfo) {
               let res = await this.$u.api.login({ code: 'ShiXuHui' })
               if (res.code === 200) {
                  this.$store.commit('setUserInfo', res.data)
               }
            }
            return
            let code = this.getQueryVariable('code')
            if (code) {
               if (!uni.getStorageSync('code')) {
@@ -40,7 +40,7 @@
                              })
                           } else if (value[0] == 1) {
                              uni.navigateTo({
                                 url: `/pages/workOrder_dca/workOrder_dca?id=${value[1]}`
                                 url: `/pages/details_dca/details_dca?id=${value[1]}&isShow=true`
                              })
                           } else if (value[0] == 3) {
                              uni.navigateTo({
@@ -71,7 +71,7 @@
                              })
                           } else if (value[0] == 1) {
                              uni.navigateTo({
                                 url: `/pages/workOrder_dca/workOrder_dca?id=${value[1]}`
                                 url: `/pages/details_dca/details_dca?id=${value[1]}&isShow=true`
                              })
                           } else if (value[0] == 3) {
                              uni.navigateTo({