Commit be5d68fc by zhujian

'fixed'

parent 62b27aa3
......@@ -89,6 +89,12 @@
}
}
.ant-tabs-tab-active{
.ant-tabs-tab-btn{
color: #333333;
}
}
.ant-tabs-nav::before{
display: none;
}
......
......@@ -60,9 +60,8 @@ export default function WechatLogin(props: any) {
if (leftTime == 60) {
return
}
Service.Hades('anon/hades/wXWorkUserLogin', {
appTermEnum: 'XIAOMAI_CLOUD_CLASS_PC_WEB_ADMIN',
code: ticket
Service.Hades('anon/hades/getTicketState', {
ticket
})
}, [leftTime])
......
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