lsc 2 years ago
parent
commit
adf176eda1

+ 1 - 1
dist/index.html

@@ -18,4 +18,4 @@
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
       background-color: rgba(0, 0, 0, 0.1);
-    }</style><link href=./static/css/app.8c9f9a9ada396a6cd407c72d84bf4384.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.e0b99d2da8a8198154ec.js></script><script type=text/javascript src=./static/js/app.035fd34047df720f9c41.js></script></body></html><script>document.domain = "cocorobo.cn"</script>
+    }</style><link href=./static/css/app.28421e2fc3d4221e3092f4935b69682f.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.e0b99d2da8a8198154ec.js></script><script type=text/javascript src=./static/js/app.f84d5745ca28fc86f6d8.js></script></body></html><script>document.domain = "cocorobo.cn"</script>

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.28421e2fc3d4221e3092f4935b69682f.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.28421e2fc3d4221e3092f4935b69682f.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.035fd34047df720f9c41.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.035fd34047df720f9c41.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.f84d5745ca28fc86f6d8.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.f84d5745ca28fc86f6d8.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 4 - 4
src/components/liveProjectDetail.vue

@@ -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;

Some files were not shown because too many files changed in this diff