Commit be5d68fc by zhujian

'fixed'

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