Commit be5d68fc by zhujian

'fixed'

parent 62b27aa3
...@@ -89,6 +89,12 @@ ...@@ -89,6 +89,12 @@
} }
} }
.ant-tabs-tab-active{
.ant-tabs-tab-btn{
color: #333333;
}
}
.ant-tabs-nav::before{ .ant-tabs-nav::before{
display: none; display: none;
} }
......
...@@ -60,9 +60,8 @@ export default function WechatLogin(props: any) { ...@@ -60,9 +60,8 @@ 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])
......
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