|
@@ -13,7 +13,7 @@
|
|
|
<ul class="conceal">
|
|
|
<li class="conceal_list" v-for="item in xiaoxue">
|
|
|
<p class="conceal_list_title">{{item.title}}</p>
|
|
|
- <span class="conceal_list_subhead" v-for="items in item.data">{{items.title}}</span>
|
|
|
+ <span class="conceal_list_subhead" v-for="items in item.data"><a :href="items.url" style="color:#fff">{{items.title}}</a></span>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</li>
|
|
@@ -28,7 +28,7 @@
|
|
|
<ul class="conceal">
|
|
|
<li class="conceal_list" v-for="itemc in chuzhong">
|
|
|
<p class="conceal_list_title">{{itemc.title}}</p>
|
|
|
- <span class="conceal_list_subhead" v-for="itemy in itemc.data">{{itemy.title}}</span>
|
|
|
+ <span class="conceal_list_subhead" v-for="itemy in itemc.data"><a :href="itemy.url" style="color:#fff">{{itemy.title}}</a></span>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</li>
|
|
@@ -43,7 +43,7 @@
|
|
|
<ul class="conceal">
|
|
|
<li class="conceal_list" v-for="itemy in gaozhong">
|
|
|
<p class="conceal_list_title">{{itemy.title}}</p>
|
|
|
- <span class="conceal_list_subhead" v-for="itemf in itemy.data">{{itemf.title}}</span>
|
|
|
+ <span class="conceal_list_subhead" v-for="itemf in itemy.data"><a :href="itemf.url" style="color:#fff">{{itemf.title}}</a></span>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</li>
|
|
@@ -56,52 +56,52 @@
|
|
|
return {
|
|
|
xs:false,
|
|
|
xiaoxue: [
|
|
|
- { "id": 1, "title": '语文', "data": [{ "id": 2, "pid": 1, "title": '同步资源' }, { "id": 3, "pid": 1, "title": '卷库' },] },
|
|
|
- { "id": 4, "title": '数学', "data": [{ "id": 5, "pid": 4, "title": '同步资源' }, { "id": 6, "pid": 4, "title": '卷库' },] },
|
|
|
- { "id": 7, "title": '英语', "data": [{ "id": 8, "pid": 7, "title": '同步资源' }, { "id": 9, "pid": 7, "title": '卷库' },] },
|
|
|
- { "id": 10, "title": '体育', "data": [{ "id": 11, "pid": 10, "title": '同步资源' }, { "id": 12, "pid": 10, "title": '卷库' },] },
|
|
|
- { "id": 13, "title": '美术', "data": [{ "id": 14, "pid": 13, "title": '同步资源' }, { "id": 15, "pid": 13, "title": '卷库' },] },
|
|
|
- { "id": 16, "title": '音乐', "data": [{ "id": 17, "pid": 16, "title": '同步资源' }, { "id": 18, "pid": 16, "title": '卷库' },] },
|
|
|
- { "id": 19, "title": '科学', "data": [{ "id": 20, "pid": 19, "title": '同步资源' }, { "id": 21, "pid": 19, "title": '卷库' },] },
|
|
|
- { "id": 22, "title": '信息技术', "data": [{ "id": 23, "pid": 22, "title": '同步资源' }, { "id": 24, "pid": 22, "title": '卷库' },] },
|
|
|
- { "id": 25, "title": '书法', "data": [{ "id": 26, "pid": 25, "title": '同步资源' }, { "id": 27, "pid": 25, "title": '卷库' },] },
|
|
|
- { "id": 28, "title": '汉语', "data": [{ "id": 29, "pid": 28, "title": '同步资源' }, { "id": 30, "pid": 28, "title": '卷库' },] },
|
|
|
- { "id": 31, "title": '品德与生活', "data": [{ "id": 32, "pid": 31, "title": '同步资源' }, { "id": 33, "pid": 31, "title": '卷库' },] },
|
|
|
- { "id": 34, "title": '生活与科技', "data": [{ "id": 35, "pid": 34, "title": '同步资源' }, { "id": 36, "pid": 34, "title": '卷库' },] },
|
|
|
- { "id": 37, "title": '体育与健康', "data": [{ "id": 38, "pid": 37, "title": '同步资源' }, { "id": 39, "pid": 37, "title": '卷库' },] },
|
|
|
+ { "id": 1, "title": '语文', "data": [{ "id": 2, "pid": 1, "title": '同步资源', "url": '/synch' }, { "id": 3, "pid": 1, "title": '卷库', "url":'/library' },] },
|
|
|
+ { "id": 4, "title": '数学', "data": [{ "id": 5, "pid": 4, "title": '同步资源', "url": '/synch' }, { "id": 6, "pid": 4, "title": '卷库', "url": '/library' },] },
|
|
|
+ { "id": 7, "title": '英语', "data": [{ "id": 8, "pid": 7, "title": '同步资源', "url": '/synch' }, { "id": 9, "pid": 7, "title": '卷库', "url": '/library' },] },
|
|
|
+ { "id": 10, "title": '体育', "data": [{ "id": 11, "pid": 10, "title": '同步资源', "url": '/synch' }, { "id": 12, "pid": 10, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 13, "title": '美术', "data": [{ "id": 14, "pid": 13, "title": '同步资源', "url": '/synch' }, { "id": 15, "pid": 13, "title": '卷库', "url": '/library' },] },
|
|
|
+ { "id": 16, "title": '音乐', "data": [{ "id": 17, "pid": 16, "title": '同步资源', "url": '/synch' }, { "id": 18, "pid": 16, "title": '卷库', "url": '/library' },] },
|
|
|
+ { "id": 19, "title": '科学', "data": [{ "id": 20, "pid": 19, "title": '同步资源', "url": '/synch' }, { "id": 21, "pid": 19, "title": '卷库', "url": '/library' },] },
|
|
|
+ { "id": 22, "title": '信息技术', "data": [{ "id": 23, "pid": 22, "title": '同步资源', "url": '/synch' }, { "id": 24, "pid": 22, "title": '卷库', "url": '/library' },] },
|
|
|
+ { "id": 25, "title": '书法', "data": [{ "id": 26, "pid": 25, "title": '同步资源', "url": '/synch' }, { "id": 27, "pid": 25, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 28, "title": '汉语', "data": [{ "id": 29, "pid": 28, "title": '同步资源', "url": '/synch' }, { "id": 30, "pid": 28, "title": '卷库', "url": '/library' },] },
|
|
|
+ { "id": 31, "title": '品德与生活', "data": [{ "id": 32, "pid": 31, "title": '同步资源', "url": '/synch' }, { "id": 33, "pid": 31, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 34, "title": '生活与科技', "data": [{ "id": 35, "pid": 34, "title": '同步资源', "url": '/synch' }, { "id": 36, "pid": 34, "title": '卷库', "url": '/library' },] },
|
|
|
+ { "id": 37, "title": '体育与健康', "data": [{ "id": 38, "pid": 37, "title": '同步资源', "url": '/synch' }, { "id": 39, "pid": 37, "title": '卷库', "url": '/library' },] },
|
|
|
],
|
|
|
chuzhong: [
|
|
|
- { "id": 1, "title": '语文', "data": [{ "id": 2, "pid": 1, "title": '同步资源' }, { "id": 3, "pid": 1, "title": '卷库' },] },
|
|
|
- { "id": 4, "title": '数学', "data": [{ "id": 5, "pid": 4, "title": '同步资源' }, { "id": 6, "pid": 4, "title": '卷库' },] },
|
|
|
- { "id": 7, "title": '英语', "data": [{ "id": 8, "pid": 7, "title": '同步资源' }, { "id": 9, "pid": 7, "title": '卷库' },] },
|
|
|
- { "id": 10, "title": '体育', "data": [{ "id": 11, "pid": 10, "title": '同步资源' }, { "id": 12, "pid": 10, "title": '卷库' },] },
|
|
|
- { "id": 13, "title": '地理', "data": [{ "id": 14, "pid": 13, "title": '同步资源' }, { "id": 15, "pid": 13, "title": '卷库' },] },
|
|
|
- { "id": 16, "title": '历史', "data": [{ "id": 17, "pid": 16, "title": '同步资源' }, { "id": 18, "pid": 16, "title": '卷库' },] },
|
|
|
- { "id": 19, "title": '生物', "data": [{ "id": 20, "pid": 19, "title": '同步资源' }, { "id": 21, "pid": 19, "title": '卷库' },] },
|
|
|
- { "id": 22, "title": '化学', "data": [{ "id": 23, "pid": 22, "title": '同步资源' }, { "id": 24, "pid": 22, "title": '卷库' },] },
|
|
|
- { "id": 25, "title": '物理', "data": [{ "id": 26, "pid": 25, "title": '同步资源' }, { "id": 27, "pid": 25, "title": '卷库' },] },
|
|
|
- { "id": 28, "title": '汉语', "data": [{ "id": 29, "pid": 28, "title": '同步资源' }, { "id": 30, "pid": 28, "title": '卷库' },] },
|
|
|
- { "id": 31, "title": '信息技术', "data": [{ "id": 32, "pid": 31, "title": '同步资源' }, { "id": 33, "pid": 31, "title": '卷库' },] },
|
|
|
- { "id": 34, "title": '道德与法治', "data": [{ "id": 35, "pid": 34, "title": '同步资源' },] },
|
|
|
- { "id": 37, "title": '思想品德', "data": [{ "id": 38, "pid": 37, "title": '同步资源' }, { "id": 39, "pid": 37, "title": '卷库' },] },
|
|
|
+ { "id": 1, "title": '语文', "data": [{ "id": 2, "pid": 1, "title": '同步资源', "url": '/synch' }, { "id": 3, "pid": 1, "title": '卷库', "url": '/library' },] },
|
|
|
+ { "id": 4, "title": '数学', "data": [{ "id": 5, "pid": 4, "title": '同步资源', "url": '/synch' }, { "id": 6, "pid": 4, "title": '卷库', "url": '/library' },] },
|
|
|
+ { "id": 7, "title": '英语', "data": [{ "id": 8, "pid": 7, "title": '同步资源', "url": '/synch' }, { "id": 9, "pid": 7, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 10, "title": '体育', "data": [{ "id": 11, "pid": 10, "title": '同步资源', "url": '/synch' }, { "id": 12, "pid": 10, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 13, "title": '地理', "data": [{ "id": 14, "pid": 13, "title": '同步资源', "url": '/synch' }, { "id": 15, "pid": 13, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 16, "title": '历史', "data": [{ "id": 17, "pid": 16, "title": '同步资源', "url": '/synch' }, { "id": 18, "pid": 16, "title": '卷库', "url": '/library' },] },
|
|
|
+ { "id": 19, "title": '生物', "data": [{ "id": 20, "pid": 19, "title": '同步资源', "url": '/synch' }, { "id": 21, "pid": 19, "title": '卷库', "url": '/library' },] },
|
|
|
+ { "id": 22, "title": '化学', "data": [{ "id": 23, "pid": 22, "title": '同步资源', "url": '/synch' }, { "id": 24, "pid": 22, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 25, "title": '物理', "data": [{ "id": 26, "pid": 25, "title": '同步资源', "url": '/synch' }, { "id": 27, "pid": 25, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 28, "title": '汉语', "data": [{ "id": 29, "pid": 28, "title": '同步资源', "url": '/synch' }, { "id": 30, "pid": 28, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 31, "title": '信息技术', "data": [{ "id": 32, "pid": 31, "title": '同步资源', "url": '/synch' }, { "id": 33, "pid": 31, "title": '卷库', "url": '/library' },] },
|
|
|
+ { "id": 34, "title": '道德与法治', "data": [{ "id": 35, "pid": 34, "title": '同步资源', "url": '/synch' },] },
|
|
|
+ { "id": 37, "title": '思想品德', "data": [{ "id": 38, "pid": 37, "title": '同步资源', "url": '/synch' }, { "id": 39, "pid": 37, "title": '卷库', "url": '/library' },] },
|
|
|
],
|
|
|
gaozhong: [
|
|
|
- { "id": 1, "title": '语文', "data": [{ "id": 2, "pid": 1, "title": '同步资源' }, { "id": 3, "pid": 1, "title": '卷库' },] },
|
|
|
- { "id": 4, "title": '数学', "data": [{ "id": 5, "pid": 4, "title": '同步资源' }, { "id": 6, "pid": 4, "title": '卷库' },] },
|
|
|
- { "id": 7, "title": '英语', "data": [{ "id": 8, "pid": 7, "title": '同步资源' }, { "id": 9, "pid": 7, "title": '卷库' },] },
|
|
|
- { "id": 10, "title": '体育', "data": [{ "id": 11, "pid": 10, "title": '同步资源' }, { "id": 12, "pid": 10, "title": '卷库' },] },
|
|
|
- { "id": 13, "title": '地理', "data": [{ "id": 14, "pid": 13, "title": '同步资源' }, { "id": 15, "pid": 13, "title": '卷库' },] },
|
|
|
- { "id": 16, "title": '历史', "data": [{ "id": 17, "pid": 16, "title": '同步资源' }, { "id": 18, "pid": 16, "title": '卷库' },] },
|
|
|
- { "id": 19, "title": '生物', "data": [{ "id": 20, "pid": 19, "title": '同步资源' }, { "id": 21, "pid": 19, "title": '卷库' },] },
|
|
|
- { "id": 22, "title": '化学', "data": [{ "id": 23, "pid": 22, "title": '同步资源' }, { "id": 24, "pid": 22, "title": '卷库' },] },
|
|
|
- { "id": 25, "title": '物理', "data": [{ "id": 26, "pid": 25, "title": '同步资源' }, { "id": 27, "pid": 25, "title": '卷库' },] },
|
|
|
- { "id": 28, "title": '汉语', "data": [{ "id": 29, "pid": 28, "title": '同步资源' }, { "id": 30, "pid": 28, "title": '卷库' },] },
|
|
|
- { "id": 31, "title": '信息技术', "data": [{ "id": 32, "pid": 31, "title": '同步资源' }, { "id": 33, "pid": 31, "title": '卷库' },] },
|
|
|
- { "id": 34, "title": '道德与法治', "data": [{ "id": 35, "pid": 34, "title": '同步资源' },] },
|
|
|
- { "id": 37, "title": '思想品德', "data": [{ "id": 38, "pid": 37, "title": '同步资源' }, { "id": 39, "pid": 37, "title": '卷库' },] },
|
|
|
- { "id": 40, "title": '艺术', "data": [{ "id": 41, "pid": 40, "title": '同步资源' }, { "id": 42, "pid": 40, "title": '卷库' },] },
|
|
|
- { "id": 43, "title": '研究性活动', "data": [{ "id": 44, "pid": 43, "title": '同步资源' }, { "id": 45, "pid": 43, "title": '卷库' },] },
|
|
|
- { "id": 46, "title": '生命科学', "data": [{ "id": 47, "pid": 46, "title": '同步资源' },] },
|
|
|
+ { "id": 1, "title": '语文', "data": [{ "id": 2, "pid": 1, "title": '同步资源', "url": '/synch' }, { "id": 3, "pid": 1, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 4, "title": '数学', "data": [{ "id": 5, "pid": 4, "title": '同步资源', "url": '/synch' }, { "id": 6, "pid": 4, "title": '卷库', "url": '/library' },] },
|
|
|
+ { "id": 7, "title": '英语', "data": [{ "id": 8, "pid": 7, "title": '同步资源', "url": '/synch' }, { "id": 9, "pid": 7, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 10, "title": '体育', "data": [{ "id": 11, "pid": 10, "title": '同步资源', "url": '/synch' }, { "id": 12, "pid": 10, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 13, "title": '地理', "data": [{ "id": 14, "pid": 13, "title": '同步资源', "url": '/synch' }, { "id": 15, "pid": 13, "title": '卷库', "url": '/library' },] },
|
|
|
+ { "id": 16, "title": '历史', "data": [{ "id": 17, "pid": 16, "title": '同步资源', "url": '/synch' }, { "id": 18, "pid": 16, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 19, "title": '生物', "data": [{ "id": 20, "pid": 19, "title": '同步资源', "url": '/synch' }, { "id": 21, "pid": 19, "title": '卷库', "url": '/library' },] },
|
|
|
+ { "id": 22, "title": '化学', "data": [{ "id": 23, "pid": 22, "title": '同步资源', "url": '/synch' }, { "id": 24, "pid": 22, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 25, "title": '物理', "data": [{ "id": 26, "pid": 25, "title": '同步资源', "url": '/synch' }, { "id": 27, "pid": 25, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 28, "title": '汉语', "data": [{ "id": 29, "pid": 28, "title": '同步资源', "url": '/synch' }, { "id": 30, "pid": 28, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 31, "title": '信息技术', "data": [{ "id": 32, "pid": 31, "title": '同步资源', "url": '/synch' }, { "id": 33, "pid": 31, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 34, "title": '道德与法治', "data": [{ "id": 35, "pid": 34, "title": '同步资源', "url": '/synch' },] },
|
|
|
+ { "id": 37, "title": '思想品德', "data": [{ "id": 38, "pid": 37, "title": '同步资源', "url": '/synch' }, { "id": 39, "pid": 37, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 40, "title": '艺术', "data": [{ "id": 41, "pid": 40, "title": '同步资源', "url": '/synch' }, { "id": 42, "pid": 40, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 43, "title": '研究性活动', "data": [{ "id": 44, "pid": 43, "title": '同步资源', "url": '/synch' }, { "id": 45, "pid": 43, "title": '卷库', "url": '/library'},] },
|
|
|
+ { "id": 46, "title": '生命科学', "data": [{ "id": 47, "pid": 46, "title": '同步资源', "url": '/synch' },] },
|
|
|
|
|
|
],
|
|
|
}
|