From 8669edd309f4e5112e10f60bc8cca00493de1f5e Mon Sep 17 00:00:00 2001 From: xiayt Date: Fri, 22 Jul 2022 18:55:22 +0800 Subject: [PATCH] feat: json文件放到项目里 --- src/assets/yanxue.json | 154 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/views/Yanxue/YanxuePage.vue | 14 ++++++++------ 2 files changed, 162 insertions(+), 6 deletions(-) create mode 100644 src/assets/yanxue.json diff --git a/src/assets/yanxue.json b/src/assets/yanxue.json new file mode 100644 index 0000000..c3ea400 --- /dev/null +++ b/src/assets/yanxue.json @@ -0,0 +1,154 @@ +[{ + "title": "总书记寄语" + }, + { + "title": "中国轻纺城小学" + }, + { + "title": "鲁迅中学" + }, + { + "title": "中国轻纺城第二小学" + }, + { + "title": "柯岩中心小学" + }, + { + "title": "柯岩中学" + }, + { + "title": "鉴湖中学" + }, + { + "title": "财经旅游" + }, + { + "title": "湖塘中心小学" + }, + { + "title": "湖塘中学" + }, + { + "title": "夏履镇中学" + }, + { + "title": "夏履镇中心小学" + }, + { + "title": "杨汛桥中心小学" + }, + { + "title": "杨汛桥中学" + }, + { + "title": "浙光中学" + }, + { + "title": "钱清中学" + }, + { + "title": "浙光小学" + }, + { + "title": "安昌中心小学" + }, + { + "title": "安昌中学" + }, + { + "title": "职教中心" + }, + { + "title": "齐贤中心小学" + }, + { + "title": "齐贤中学" + }, + { + "title": "马鞍中学" + }, + { + "title": "马鞍中心小学" + }, + { + "title": "国杰实验学校" + }, + { + "title": "鲁迅外国语学校" + }, + { + "title": "秋瑾中学" + }, + { + "title": "秋瑾小学" + }, + { + "title": "豫才中学" + }, + { + "title": "平水镇中学" + }, + { + "title": "平水镇中心小学" + }, + { + "title": "稽东镇中心小学" + }, + { + "title": "稽东镇中学" + }, + { + "title": "王坛镇中学" + }, + { + "title": "王坛镇中心小学" + }, + { + "title": "越崎中学" + }, + { + "title": "鲁迅高级中学" + }, + { + "title": "兰亭中学" + }, + { + "title": "兰亭中心小学" + }, + { + "title": "漓渚镇中心小学" + }, + { + "title": "华甫中学" + }, + { + "title": "西藏民族中学" + }, + { + "title": "鉴湖小学" + }, + { + "title": "柯桥小学" + }, + { + "title": "实验中学" + }, + { + "title": "柯桥中学" + }, + { + "title": "实验小学" + }, + { + "title": "管宁实验小学" + }, + { + "title": "华舍中学" + }, + { + "title": "华舍小学" + }, + { + "title": "迈向新时代" + } +] \ No newline at end of file diff --git a/src/views/Yanxue/YanxuePage.vue b/src/views/Yanxue/YanxuePage.vue index 835ef22..3a1e902 100644 --- a/src/views/Yanxue/YanxuePage.vue +++ b/src/views/Yanxue/YanxuePage.vue @@ -56,6 +56,7 @@