Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-11-03 18:25:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
012dfff9d49a21aa9e816a0c7219a8ce93f6bec5
012dfff9
1 parent
24388e42
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/pages/auth/index.vue
src/pages/auth/index.vue
View file @
012dfff
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-11-03 1
6:30:02
* @LastEditTime: 2022-11-03 1
8: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) {
...
...
Please
register
or
login
to post a comment