4181f42a by yyx

1

1 parent df5a6245
......@@ -22,8 +22,8 @@ const props = defineProps({
// 用户免登录
const login = async (userId) => {
// const sign = md5(`uid=${userId}lgo1acfkw51jfo`);
const sign = "e00363b5016dbb6ee6cf78626a149f9c";
const sign = md5(`uid=${userId}lgo1acfkw51jfo`);
// const sign = "e00363b5016dbb6ee6cf78626a149f9c";
return loginFree({
userId: userId,
sign,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!