新增登录逻辑

This commit is contained in:
唐明明
2022-01-05 17:21:00 +08:00
parent ad71629e0e
commit 4709ff0c4a
3 changed files with 250 additions and 8 deletions

View File

@@ -27,7 +27,6 @@ const getSms = (data) =>{
}
// 用户隐私,用户服务协议
const secretService = (name) =>{
return request({
url: "articles/agreement/"+name
@@ -43,7 +42,6 @@ const keyAuth = (data) => {
}, true)
}
export {
smsAuth,
getSms,