hookehuyr

fix

<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-11-03 16:30:02
* @LastEditTime: 2022-11-03 18:24:37
* @FilePath: /swx/src/pages/auth/index.vue
* @Description: 文件描述
-->
......@@ -34,6 +34,7 @@ export default {
request.post('/srv/?a=openid', {
code: res.code
// openid: '0002'
// openid: 'o5NFZ5cFQtLRy3aVHaZMLkjHFusI'
})
.then(res => {
if (res.data.code) {
......