Commit f3f0ddaa by zeyang

1.优化法律手册

parent 607c2433
...@@ -359,5 +359,15 @@ export default { ...@@ -359,5 +359,15 @@ export default {
//验证验证码是否正确 //验证验证码是否正确
verification(params){ verification(params){
return request(`${cffpURL}/user/verification`, "POST", params) return request(`${cffpURL}/user/verification`, "POST", params)
},
//保存访问记录接口
accessLogSave(params){
return request(`${cffpURL}/accessLog/accessLogSave`, "POST", params)
},
//获取权限
powerQuery(params){
return request(`${cffpURL}/user/powerQuery`, "POST", params)
} }
} }
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment