This commit is contained in:
lik
2026-09-03 11:35:21 +08:00
parent f8f7afceb8
commit b4c8bf0add
45 changed files with 2989 additions and 426 deletions
+7 -14
View File
@@ -5,11 +5,16 @@
"pages/set/index",
"pages/order/index",
"pages/customer/index",
"pages/order/orderDetail"
"pages/order/orderDetail",
"pages/order/orderEdit",
"pages/healthprofile/index",
"pages/healthprofile/profileInfo",
"pages/me/index"
],
"usingComponents": {
"t-toast": "tdesign-miniprogram/toast/toast"
},
"lazyCodeLoading": "requiredComponents",
"subpackages": [],
"window": {
"backgroundTextStyle": "light",
@@ -30,21 +35,9 @@
"iconPath": "images/home.png",
"selectedIconPath": "images/home-blue.png"
},
{
"pagePath": "pages/order/index",
"text": "订单",
"iconPath": "images/order.png",
"selectedIconPath": "images/order-blue.png"
},
{
"pagePath": "pages/customer/index",
"text": "客户",
"iconPath": "images/customer.png",
"selectedIconPath": "images/customer-blue.png"
},
{
"pagePath": "pages/ai/index",
"text": "消息",
"text": "AI",
"iconPath": "images/chat.png",
"selectedIconPath": "images/chat-blue.png"
},