Browse Source

值不变

dujingxian 3 years ago
parent
commit
fde19ec6ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/constants.js

+ 1 - 1
src/utils/constants.js

@@ -58,7 +58,7 @@ export const qualityCon = [
   {value: 2, label: '快充'},
   {value: 3, label: '卡密'},
   {value: 4, label: '三方'},
-  {value: 7, label: '慢充24小时'},
+  {value: 5, label: '慢充24小时'},
   {value: 6, label: '慢充6小时'},
   {value: 7, label: '慢充2小时'},
 ]