@@ -25,7 +25,7 @@
height: 100%;
width: 100%;
background: #e6eaf0;
- }</style><link href=./static/css/app.4f48b66bb27378e1836762c30f109eae.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.f1661c5ebfd33221b88f.js></script><script type=text/javascript src=./static/js/app.de11b8f78fdfb9155c28.js></script></body></html><script>function stopSafari() {
+ }</style><link href=./static/css/app.33447c142d10f2fb786fefbe2fe5f12b.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.f1661c5ebfd33221b88f.js></script><script type=text/javascript src=./static/js/app.e92d2a3a0a30a08d696d.js></script></body></html><script>function stopSafari() {
//阻止safari浏览器双击放大功能
let lastTouchEnd = 0 //更新手指弹起的时间
document.documentElement.addEventListener("touchstart", function (event) {
@@ -2485,7 +2485,7 @@
<div class="tool">
<div
class="whiteBIcon"
- @click="addTools(57, itemTaskIndex, toolIndex)"
+ @click="openTools(itemTaskIndex, 57, toolIndex)"
>
<img
src="../../assets/icon/fourthToolList/cocopi.png"
@@ -7968,6 +7968,17 @@ export default {
},
"*"
);
+ } else if (i == 57) {
+ window.parent.postMessage(
+ {
+ tools: "57y",
+ cid: this.cid,
+ stage: this.unitIndex,
+ task: itemTaskIndex,
+ tool: toolIndex,
+ },
+ "*"
+ );
}
chapAddTools(i) {
@@ -1172,6 +1172,7 @@ export default {
} else {
this.groupA = "0";
+ this.$message.success("复制成功")
this.clear();
})
.catch((err) => {
@@ -9540,6 +9540,17 @@ export default {
@@ -673,6 +673,7 @@ export default {
this.clear()
@@ -9536,6 +9536,17 @@ export default {