62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"pages": [
|
|
"pages/home/index",
|
|
"pages/ai/index",
|
|
"pages/set/index",
|
|
"pages/order/index",
|
|
"pages/customer/index"
|
|
],
|
|
"usingComponents": {
|
|
"t-toast": "tdesign-miniprogram/toast/toast"
|
|
},
|
|
"subpackages": [],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarTextStyle": "black",
|
|
"backgroundColor": "#0f1535"
|
|
},
|
|
"tabBar": {
|
|
"color": "#8a8a8a",
|
|
"selectedColor": "#1296db",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/index",
|
|
"text": "首页",
|
|
"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": "消息",
|
|
"iconPath": "images/chat.png",
|
|
"selectedIconPath": "images/chat-blue.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/set/index",
|
|
"text": "设置",
|
|
"iconPath": "images/set.png",
|
|
"selectedIconPath": "images/set-blue.png"
|
|
}
|
|
]
|
|
},
|
|
"resolveAlias": {
|
|
"~/*": "/*"
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
} |