This commit is contained in:
2026-01-16 17:08:42 +08:00
parent cb136769c1
commit 5588745ca1
206 changed files with 147 additions and 400 deletions

View File

@@ -1,26 +1,20 @@
{
"pages": [
"pages/index/index",
"pages/mine/index",
"pages/mall/detail",
"pages/mall/houseDetail",
"pages/order/preview",
"pages/order/index",
"pages/order/detail",
"pages/login/index",
"pages/login/phoneAuthorization",
"pages/config/store",
"pages/config/price",
"pages/config/goodsList",
"pages/config/goodsAdd",
"pages/config/goodsEdit",
"pages/config/goodsDetail",
"pages/config/shopOrder/index",
"pages/config/shopOrder/detail"
"pages/todo/todoList",
"pages/todo/todoAdd",
"pages/index/orderAdd",
"pages/index/orderEdit",
"pages/index/goodsOrderAdd",
"pages/mine/index",
"pages/order/index",
"pages/data/index",
"pages/data/list"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "远阳数码",
"navigationBarTitleText": "茶麻古道",
"navigationBarBackgroundColor": "#fff",
"backgroundTextStyle": "dark",
"backgroundColor": "#F2F3F5",
@@ -40,6 +34,12 @@
"selectedIconPath": "static/tabbar/home-active.png",
"text": "首页"
},
{
"pagePath": "pages/todo/todoList",
"iconPath": "static/tabbar/todo.png",
"selectedIconPath": "static/tabbar/todo-active.png",
"text": "待办"
},
{
"pagePath": "pages/mine/index",
"iconPath": "static/tabbar/user.png",