File tree Expand file tree Collapse file tree 3 files changed +142
-131
lines changed
src/components/Verifition/Verify Expand file tree Collapse file tree 3 files changed +142
-131
lines changed Original file line number Diff line number Diff line change 40
40
"url" : " https://github.com/YunaiV/ruoyi-vue-pro"
41
41
},
42
42
"dependencies" : {
43
- "@babel/parser" : " 7.7 .4" ,
43
+ "@babel/parser" : " 7.18 .4" ,
44
44
"@riophae/vue-treeselect" : " 0.4.0" ,
45
45
"axios" : " 0.27.2" ,
46
46
"bpmn-js-token-simulation" : " 0.10.0" ,
87
87
"eslint-plugin-prettier" : " ^3.1.0" ,
88
88
"eslint-plugin-vue" : " 9.0.0" ,
89
89
"fs-extra" : " ^8.1.0" ,
90
- "lint-staged" : " 10 .5.3 " ,
90
+ "lint-staged" : " 12 .5.0 " ,
91
91
"runjs" : " 4.4.2" ,
92
92
"sass" : " 1.3.0" ,
93
93
"sass-loader" : " 10.2.0" ,
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ export default {
276
276
const _this = this
277
277
// 判断是否重合
278
278
if (this .status && this .isEnd === false ) {
279
- const moveLeftDistance = parseInt ((this .moveBlockLeft || ' ' ).replace (' px' , ' ' ))
279
+ let moveLeftDistance = parseInt ((this .moveBlockLeft || ' ' ).replace (' px' , ' ' ))
280
280
moveLeftDistance = moveLeftDistance * 310 / parseInt (this .setSize .imgWidth )
281
281
const data = {
282
282
captchaType: this .captchaType ,
You can’t perform that action at this time.
0 commit comments