tmp
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user