ad3439b1 by yyx

sign

1 parent 4181f42a
...@@ -23,7 +23,6 @@ const props = defineProps({ ...@@ -23,7 +23,6 @@ const props = defineProps({
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";
27 return loginFree({ 26 return loginFree({
28 userId: userId, 27 userId: userId,
29 sign, 28 sign,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!