Commit 03ad1613 authored by zhengke's avatar zhengke

删除多余代码

parent 14a61815
...@@ -52,7 +52,6 @@ const userLoginHandler = async ()=>{ ...@@ -52,7 +52,6 @@ const userLoginHandler = async ()=>{
let userId = 1 let userId = 1
let ConfigId = 0 // 9117 let ConfigId = 0 // 9117
let model = 0 let model = 0
let TempId = 1
if(param.uid) userId=parseInt(param.uid) if(param.uid) userId=parseInt(param.uid)
if(param.ConfigId) ConfigId=parseInt(param.ConfigId) if(param.ConfigId) ConfigId=parseInt(param.ConfigId)
if(param.model) model=parseInt(param.model) if(param.model) model=parseInt(param.model)
......
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