aaa 3 tahun lalu
induk
melakukan
cda43b90b5
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      public/index.html
  2. 1 1
      src/views/home/learn/page-learn.vue

+ 1 - 1
public/index.html

@@ -47,5 +47,5 @@ c.dr=ye(s),i?c.fs=de(r,s,c.fp,c):c.__fs=0;var f="",l=be(),d=_(u,c)||{};l&&o(l,fu
 <script src="./app-jssdk.umd.min.js"></script>
 <script src="//cdn.jsdelivr.net/npm/eruda"></script>
 <!-- 页面debug工具 -->
-<script>eruda.init();</script>
+<!-- <script>eruda.init();</script> -->
 </html>

+ 1 - 1
src/views/home/learn/page-learn.vue

@@ -46,7 +46,7 @@ export default {
         .get(this.$_API.JTXT_GET_CATEGORIES)
         .then(res => {
           // 第一个添加推荐
-          this.learnRootList = [{ id: "0", name: "推荐1", parentId: null }];
+          this.learnRootList = [{ id: "0", name: "推荐", parentId: null }];
           this.learnRootList = [...this.learnRootList, ...res.data];
           //   查询子目录
           if (this.choosedRootIndex === 0) {