diff --git a/src/assets/logo.png b/src/assets/logo.png
index 186db5a..67430b3 100644
Binary files a/src/assets/logo.png and b/src/assets/logo.png differ
diff --git a/src/components/c_Tabbar.vue b/src/components/c_Tabbar.vue
index c856a50..1149da7 100644
--- a/src/components/c_Tabbar.vue
+++ b/src/components/c_Tabbar.vue
@@ -3,7 +3,7 @@

diff --git a/src/router/index.js b/src/router/index.js
index e5865cd..94ca081 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -25,7 +25,7 @@ const routes = [
component: () =>
import ('@/views/Home.vue'),
meta: {
- title: '浙里研学'
+ title: '绍兴研学'
}
},
{
@@ -125,7 +125,7 @@ const routes = [
component: () =>
import ('@/views/Home/HomeYX.vue'),
meta: {
- title: '个人中心(浙里研学)'
+ title: '个人中心(绍兴研学)'
}
},
{
diff --git a/src/views/About.vue b/src/views/About.vue
index 2a21e84..766e6ad 100644
--- a/src/views/About.vue
+++ b/src/views/About.vue
@@ -10,10 +10,10 @@
-
浙里研学,是浙江省中小学生研学旅行服务官方平台。
+
绍兴研学,是浙江省中小学生研学旅行服务官方平台。
开展中小学生研学旅行,旨在落实立德树人根本任务,培养中小学生社会责任感、创新精神和实践能力;旨在帮助中小学生“读万卷书、行万里路”,了解省情国情、开阔眼界、增长知识, 激发家国情怀,更好感受“诗画浙江”和祖国大好河山,感受革命,光荣历史,感受中华优秀传统文化,感受改革开放伟大成就;旨在创新人才培养模式,引导学生主动适应社会,在没有铃声的课堂中学会动手动脑,学会生存生活,学会做人做事,推动项目化学习、实践性研究,促进书本知识和生活经验的深度融合,培养 适应未来的关键能力;旨在推动全面实施素质教育,促进学生身心健康、体魄强健、意志坚强、品格高尚、富有爱心,培养全面发展的社会主义建设者和接班人。
diff --git a/src/views/Home.vue b/src/views/Home.vue
index db13bc4..6b1622b 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -164,10 +164,12 @@ export default {
console.log('我来自浙里办,popstate')
window.addEventListener('popstate', this.listenerPopstate, true)
}
- this.GetNewList()
+ this.GetNewList()// 获取资讯
this.GetBannerList()
this.getCustomerCourseList() //精选活动
- this.GetBaseList()
+ this.GetBaseList()//研学基地
+ this.GetStoryList()//研学游记
+
},
//销毁监听
destroyed() {
@@ -283,6 +285,7 @@ export default {
if (res.data.code == 200) {
localStorage.setItem('userInfo', JSON.stringify(res.data.data.userInfo))
this.userInfo = res.data.data.userInfo
+
}
})
},
--
libgit2 0.21.0