| | |
| | | getDic |
| | | } from '@/utils/login.js' // 配置文件 |
| | | import store from '@/store/index.js' |
| | | import routingIntercept from '@/utils/permission.js' |
| | | import { |
| | | httpPost, |
| | | httpGet |
| | |
| | | httpGet('/AppUser/wx/login', { |
| | | 'code': loginRes.code |
| | | }).then(result => { |
| | | routingIntercept() |
| | | try { |
| | | if (result.data.code === 0) { |
| | | uni.clearStorageSync() |
| | |
| | | title: errors, |
| | | icon: 'none', |
| | | }) |
| | | this.$isResolve() |
| | | }) |
| | | } |
| | | }) |
| | |
| | | line-height: 30px !important; |
| | | } |
| | | } |
| | | |
| | | .ridoaBox { |
| | | text-align: center; |
| | | padding: 10px 0px; |
| | | |
| | | /deep/.u-radio { |
| | | padding-right: 10px; |
| | | } |
| | | } |
| | | </style> |