Commit 8ef3db90 by linjinhong

fix:修改问题

parent 79f8c6dd
......@@ -2,7 +2,7 @@
"name": "JomallProductionAssistant",
"productName": "JomallProductionAssistant",
"description": "",
"version": "1.0.23",
"version": "1.0.25",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
......
......@@ -659,7 +659,7 @@ export default {
case "x_center":
this.$set(this.imgList[this.selectIndex], "x", Number(w));
this.$set(this.imgList[this.selectIndex], "y", 0);
// this.$set(this.imgList[this.selectIndex], "y", 0);
this.imgHistoryList.push(JSON.parse(JSON.stringify(this.imgList)));
break;
case "y_center":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment