From 1a0f43b1bde5d0e0fe34b0daa0b997486606146e Mon Sep 17 00:00:00 2001
From: iuu <2167162990@qq.com>
Date: Thu, 15 Jan 2026 16:18:19 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 12 +-
pages/login/phoneAuthorization.vue | 108 ------------------
pages/todo/index.vue | 8 ++
pages/webview/index.vue- | 22 ----
static/iconfont/parts-icon.svg | 1 -
static/iconfont/phone-icon.svg | 1 -
static/tabbar/{5_a.png => todo-active.png} | Bin
static/tabbar/{5.png => todo.png} | Bin
unpackage/dist/dev/mp-weixin/app.json | 6 +
.../mp-weixin/static/iconfont/parts-icon.svg | 1 -
.../mp-weixin/static/iconfont/phone-icon.svg | 1 -
.../tabbar/{5_a.png => todo-active.png} | Bin
.../static/tabbar/{5.png => todo.png} | Bin
13 files changed, 20 insertions(+), 140 deletions(-)
delete mode 100644 pages/login/phoneAuthorization.vue
create mode 100644 pages/todo/index.vue
delete mode 100644 pages/webview/index.vue-
delete mode 100644 static/iconfont/parts-icon.svg
delete mode 100644 static/iconfont/phone-icon.svg
rename static/tabbar/{5_a.png => todo-active.png} (100%)
rename static/tabbar/{5.png => todo.png} (100%)
delete mode 100644 unpackage/dist/dev/mp-weixin/static/iconfont/parts-icon.svg
delete mode 100644 unpackage/dist/dev/mp-weixin/static/iconfont/phone-icon.svg
rename unpackage/dist/dev/mp-weixin/static/tabbar/{5_a.png => todo-active.png} (100%)
rename unpackage/dist/dev/mp-weixin/static/tabbar/{5.png => todo.png} (100%)
diff --git a/pages.json b/pages.json
index e480eb8..7ac8f06 100644
--- a/pages.json
+++ b/pages.json
@@ -10,12 +10,12 @@
"selectedIconPath": "static/tabbar/home-active.png",
"text": "首页"
},
- // {
- // "pagePath": "pages/cart/index",
- // "iconPath": "static/tabbar/cart.png",
- // "selectedIconPath": "static/tabbar/cart-active.png",
- // "text": "待办"
- // },
+ {
+ "pagePath": "pages/todo/index",
+ "iconPath": "static/tabbar/todo.png",
+ "selectedIconPath": "static/tabbar/todo-active.png",
+ "text": "待办"
+ },
// {
// "pagePath": "pages/cart/parts/index",
// "iconPath": "static/tabbar/cart.png",
diff --git a/pages/login/phoneAuthorization.vue b/pages/login/phoneAuthorization.vue
deleted file mode 100644
index d67953e..0000000
--- a/pages/login/phoneAuthorization.vue
+++ /dev/null
@@ -1,108 +0,0 @@
-
-
-
-
- 申请获取以下权限
- 获得你的手机号信息
-
-
- 授权手机号
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/todo/index.vue b/pages/todo/index.vue
new file mode 100644
index 0000000..02409e3
--- /dev/null
+++ b/pages/todo/index.vue
@@ -0,0 +1,8 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/webview/index.vue- b/pages/webview/index.vue-
deleted file mode 100644
index f5e12d8..0000000
--- a/pages/webview/index.vue-
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static/iconfont/parts-icon.svg b/static/iconfont/parts-icon.svg
deleted file mode 100644
index 0e9da50..0000000
--- a/static/iconfont/parts-icon.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/static/iconfont/phone-icon.svg b/static/iconfont/phone-icon.svg
deleted file mode 100644
index 28fdbb1..0000000
--- a/static/iconfont/phone-icon.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/static/tabbar/5_a.png b/static/tabbar/todo-active.png
similarity index 100%
rename from static/tabbar/5_a.png
rename to static/tabbar/todo-active.png
diff --git a/static/tabbar/5.png b/static/tabbar/todo.png
similarity index 100%
rename from static/tabbar/5.png
rename to static/tabbar/todo.png
diff --git a/unpackage/dist/dev/mp-weixin/app.json b/unpackage/dist/dev/mp-weixin/app.json
index 7965dd8..1c79582 100644
--- a/unpackage/dist/dev/mp-weixin/app.json
+++ b/unpackage/dist/dev/mp-weixin/app.json
@@ -35,6 +35,12 @@
"selectedIconPath": "static/tabbar/home-active.png",
"text": "首页"
},
+ {
+ "pagePath": "pages/todo/index",
+ "iconPath": "static/tabbar/todo.png",
+ "selectedIconPath": "static/tabbar/todo-active.png",
+ "text": "待办"
+ },
{
"pagePath": "pages/mine/index",
"iconPath": "static/tabbar/user.png",
diff --git a/unpackage/dist/dev/mp-weixin/static/iconfont/parts-icon.svg b/unpackage/dist/dev/mp-weixin/static/iconfont/parts-icon.svg
deleted file mode 100644
index 0e9da50..0000000
--- a/unpackage/dist/dev/mp-weixin/static/iconfont/parts-icon.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/static/iconfont/phone-icon.svg b/unpackage/dist/dev/mp-weixin/static/iconfont/phone-icon.svg
deleted file mode 100644
index 28fdbb1..0000000
--- a/unpackage/dist/dev/mp-weixin/static/iconfont/phone-icon.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/static/tabbar/5_a.png b/unpackage/dist/dev/mp-weixin/static/tabbar/todo-active.png
similarity index 100%
rename from unpackage/dist/dev/mp-weixin/static/tabbar/5_a.png
rename to unpackage/dist/dev/mp-weixin/static/tabbar/todo-active.png
diff --git a/unpackage/dist/dev/mp-weixin/static/tabbar/5.png b/unpackage/dist/dev/mp-weixin/static/tabbar/todo.png
similarity index 100%
rename from unpackage/dist/dev/mp-weixin/static/tabbar/5.png
rename to unpackage/dist/dev/mp-weixin/static/tabbar/todo.png