1
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -22,8 +22,8 @@ const props = defineProps({ | ... | @@ -22,8 +22,8 @@ const props = defineProps({ |
| 22 | 22 | ||
| 23 | // 用户免登录 | 23 | // 用户免登录 |
| 24 | const login = async (userId) => { | 24 | const login = async (userId) => { |
| 25 | // const sign = md5(`uid=${userId}lgo1acfkw51jfo`); | 25 | const sign = md5(`uid=${userId}lgo1acfkw51jfo`); |
| 26 | const sign = "e00363b5016dbb6ee6cf78626a149f9c"; | 26 | // const sign = "e00363b5016dbb6ee6cf78626a149f9c"; |
| 27 | return loginFree({ | 27 | return loginFree({ |
| 28 | userId: userId, | 28 | userId: userId, |
| 29 | sign, | 29 | sign, | ... | ... |
-
Please register or sign in to post a comment