diff --git a/.env.development b/.env.development
index 7aa5aef..512b8b9 100644
--- a/.env.development
+++ b/.env.development
@@ -1,10 +1,10 @@
# 页面标题
-VITE_APP_TITLE = 寻驾-无人机
+VITE_APP_TITLE = 耕读社
# 开发环境配置
VITE_APP_ENV = 'development'
-# 寻驾-无人机/开发环境
+# 耕读社/开发环境
VITE_APP_BASE_API = 'https://cloud.ahfkbg.com/'
# VITE_APP_BASE_API = 'https://xj.ahduima.com/'
diff --git a/.env.production b/.env.production
index bb417e0..d34ed99 100644
--- a/.env.production
+++ b/.env.production
@@ -1,5 +1,5 @@
# 页面标题
-VITE_APP_TITLE = 寻驾-无人机
+VITE_APP_TITLE = 耕读社
# 开发环境配置
VITE_APP_ENV = 'production'
diff --git a/README.md b/README.md
index 308c0eb..c81010a 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
# xj-applet
-寻驾-无人机小程序
+耕读社小程序
diff --git a/src/App.vue b/src/App.vue
index c92a7aa..8b1acf8 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,29 +1,11 @@
diff --git a/src/pages/course/index.vue b/src/pages/course/index.vue
index c7ab902..c160f25 100644
--- a/src/pages/course/index.vue
+++ b/src/pages/course/index.vue
@@ -1,22 +1,22 @@
- 搜索
-
+
-
- 课程标题 {{ index + 1 }}
- 课程简介内容,简要描述课程内容和目标。
+
+ {{ item.lessonName }}
+ {{ item.introduction }}
-
-
- 2020-01-01 19:00
+
+
+ {{ item.author }}
@@ -27,13 +27,15 @@
\ No newline at end of file
diff --git a/src/pages/me/index.vue b/src/pages/me/index.vue
index 6e227b4..f2048b0 100644
--- a/src/pages/me/index.vue
+++ b/src/pages/me/index.vue
@@ -17,10 +17,6 @@
-
-
diff --git a/src/pages/me/like.vue b/src/pages/me/like.vue
index 14185c0..0112567 100644
--- a/src/pages/me/like.vue
+++ b/src/pages/me/like.vue
@@ -1,13 +1,86 @@
- 我的收藏
+
+
+
+
+
+
+
+
+ {{ item.lessonName }}
+
+ {{ item.chapterIndex }}
+ {{ item.chapterName }}
+
+
+ {{ item.author }}
+ {{ item.publicTime }}
+
+
+
+
+
+
+
\ No newline at end of file