quanyawei
2023-11-06 a09099de00d6c13ebdaefb97f4c119948d73a7a3
App.vue
@@ -3,6 +3,7 @@
      getDic
   } from '@/utils/login.js' // 配置文件
   import store from '@/store/index.js'
   import routingIntercept from '@/utils/permission.js'
   import {
      httpPost,
      httpGet
@@ -20,6 +21,7 @@
                  httpGet('/AppUser/wx/login', {
                     'code': loginRes.code
                  }).then(result => {
                     routingIntercept()
                     try {
                        if (result.data.code === 0) {
                           uni.clearStorageSync()
@@ -55,6 +57,7 @@
                        title: errors,
                        icon: 'none',
                     })
                     this.$isResolve()
                  })
               }
            })
@@ -149,4 +152,13 @@
         line-height: 30px !important;
      }
   }
   .ridoaBox {
      text-align: center;
      padding: 10px 0px;
      /deep/.u-radio {
         padding-right: 10px;
      }
   }
</style>