fix: 样式 & 文案优化

This commit is contained in:
GraceWalk
2022-09-21 16:12:13 +08:00
parent 1d3caeea7d
commit d83d35aee9
6 changed files with 13 additions and 10 deletions

View File

@@ -13,8 +13,8 @@ interface PropsType {
}
const typeObj: any = {
1: '周期均衡',
2: '立即均衡',
1: '立即均衡',
2: '周期均衡',
};
const { request, post } = Utils;