diff --git a/app/src/pages/about/about.vue b/app/src/pages/about/about.vue
deleted file mode 100644
index 76a518d..0000000
--- a/app/src/pages/about/about.vue
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
- 关于页面
-
-
diff --git a/app/src/pages/index/index.vue b/app/src/pages/index/index.vue
deleted file mode 100644
index c90b3e3..0000000
--- a/app/src/pages/index/index.vue
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
-
-
-
- unibest
-
-
- 最好用的 uniapp 开发模板
-
-
-
- {{ description }}
-
-
- 作者:
-
- 菲鸽
-
-
-
- 官网地址:
-
- https://unibest.tech
-
-
-
-
diff --git a/app/src/pages/me/me.vue b/app/src/pages/me/me.vue
deleted file mode 100644
index ed83b7c..0000000
--- a/app/src/pages/me/me.vue
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
- 我的页面
-
-
diff --git a/app/src/tabbar/config.ts b/app/src/tabbar/config.ts
index 82d39e7..aa35985 100644
--- a/app/src/tabbar/config.ts
+++ b/app/src/tabbar/config.ts
@@ -27,14 +27,14 @@ export const nativeTabbarList: NativeTabBarItem[] = [
{
iconPath: 'static/tabbar/home.png',
selectedIconPath: 'static/tabbar/homeHL.png',
- pagePath: 'pages/index/index',
- text: '首页',
+ pagePath: 'pages/checkin/checkin',
+ text: '打卡',
},
{
iconPath: 'static/tabbar/personal.png',
selectedIconPath: 'static/tabbar/personalHL.png',
- pagePath: 'pages/me/me',
- text: '个人',
+ pagePath: 'pages/progress/progress',
+ text: '进度',
},
]