5.6 高质量运营优化
This commit is contained in:
@ -45,7 +45,7 @@ const ProLineMaintenance: React.FC<{}> = () => {
|
||||
// })
|
||||
getHomeRight().then(res => {
|
||||
if (res?.success) {
|
||||
setFormData(res?.data.slice(-4));
|
||||
setFormData(res?.data.slice(6, 10));
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user