|
@@ -350,7 +350,7 @@
|
|
|
mozallowfullscreen
|
|
|
allowfullscreen
|
|
|
style="width: 100%; height: 100%; border: none"
|
|
|
- src="/kityminder-editor/dist/index.html"
|
|
|
+ src="//cloud.cocorobo.cn/kityminder-editor/dist/index.html"
|
|
|
ref="mind"
|
|
|
></iframe>
|
|
|
</div>
|
|
@@ -925,7 +925,7 @@ export default {
|
|
|
],
|
|
|
},
|
|
|
{ tools: [9] },
|
|
|
- { tools: [3, 28] },
|
|
|
+ { tools: [3] },
|
|
|
{ tools: [16] },
|
|
|
{
|
|
|
tools: [14],
|
|
@@ -1748,8 +1748,8 @@ export default {
|
|
|
if (this.ppage == res.data[0][0].page && this.isBlock !== 0) {
|
|
|
return;
|
|
|
} else {
|
|
|
- // this.ppage = res.data[0][0].page;
|
|
|
- this.ppage = 1;
|
|
|
+ this.ppage = res.data[0][0].page;
|
|
|
+ // this.ppage = 1;
|
|
|
// this.ppage = 11;
|
|
|
this.typeC = [];
|
|
|
this.isAnswer = false;
|