Skip to content

Commit 3f8e413

Browse files
committed
CU
1 parent c554508 commit 3f8e413

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

template/assets/core.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ function httpBuildQuery(queryData, numericPrefix, argSeparator, tempKey) {
376376
}
377377

378378
let val = queryData[k];
379-
380379
val = val === true ? '1' : val;
381380
val = val === false ? '0' : val;
382381
val = val === 0 ? '0' : val;

template/user/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,4 +285,4 @@ Vue.component('user-default', {
285285
}
286286
}
287287
}
288-
});
288+
});

0 commit comments

Comments
 (0)