Просмотр исходного кода

Resolve conflicts from stash A

dsy 3 недель назад
Родитель
Сommit
4221883bd8
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      src/web_preview/index.vue

+ 0 - 3
src/web_preview/index.vue

@@ -443,15 +443,12 @@ export default {
     this.getProjectInfo();
   },
   methods: {
-<<<<<<< Updated upstream
-=======
     selectFirstLeafNode() {
       if (!this.node_list || this.node_list.length === 0) return;
       let node = this.node_list.find((x) => this.isTrue(x.is_leaf_chapter));
       if (!node) return;
       this.selectChapterNode(node.id, true);
     },
->>>>>>> Stashed changes
     getBookBaseInfo() {
       GetBookBaseInfo({ id: this.projectId }).then(({ book_info }) => {
         this.courseware_info = { ...this.courseware_info, ...book_info, book_name: book_info.name };