hookehuyr

fix

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