浏览代码

feat: 保存

gemercheung 1 年之前
父节点
当前提交
568dc08f6d

+ 1 - 1
packages/qjkankan-editor/src/views/material/folderMixinFactory.js

@@ -257,7 +257,7 @@ export default function (materialType) {
               return Number(item);
             })
             .filter((i) => i);
-          console.log("targetPathIdList", targetPathIdList);
+          // console.log("targetPathIdList", targetPathIdList);
           targetPathIdList.push(folder.id);
           this.folderPath = nodeIdList2nodeInfoListByNodeTree(
             targetPathIdList,

+ 1 - 2
packages/qjkankan-view/src/components/assembly/Opening.vue

@@ -339,8 +339,7 @@ const toApp = () => {
 };
 
 onMounted(() => {
-  // console.log("coverData", unref(props.coverData));
-
+  // console.log("coverData", unref(props.coverData));g
   if (openvideo$.value) {
     openvideo$.value.addEventListener("ended", () => {
       if (isVideoAutoNext.value) {