Commit d6560a75 authored by zhengke's avatar zhengke

no message

parent 690ac958
...@@ -45,7 +45,7 @@ const userLoginHandler = async ()=>{ ...@@ -45,7 +45,7 @@ const userLoginHandler = async ()=>{
let param = query() let param = query()
let userId = 1 let userId = 1
let ConfigId = 9117 let ConfigId = 0
let model = 1 let model = 1
if(param.uid) userId=parseInt(param.uid) if(param.uid) userId=parseInt(param.uid)
if(ConfigId) ConfigIdStore.setConfigId(ConfigId) if(ConfigId) ConfigIdStore.setConfigId(ConfigId)
......
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