|
@@ -458,9 +458,10 @@ const store = new Vuex.Store({
|
|
|
hotmanIntelligentData: {
|
|
|
frameHitCapacity: 11,
|
|
|
// slopeArr: [9, 13, 13, 25],
|
|
|
- slopeArr: [7, 11, 11, 22]
|
|
|
+ // slopeArr: [7, 11, 11, 22]
|
|
|
+ slopeArr: [15, 20, 20, 40]
|
|
|
},
|
|
|
- bIgnore: true,
|
|
|
+ bIgnore: false,
|
|
|
LastMS: 0
|
|
|
},
|
|
|
mutations: {
|