2025-11-28 16:49:36 +08:00
|
|
|
{
|
|
|
|
|
"pages": [
|
|
|
|
|
"pages/index/index",
|
|
|
|
|
"pages/agreement/agreement",
|
2025-12-26 17:26:32 +08:00
|
|
|
"pages/my/my",
|
|
|
|
|
"pages/processEntry/processEntry"
|
2025-11-28 16:49:36 +08:00
|
|
|
],
|
|
|
|
|
"window": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
2025-12-26 17:26:32 +08:00
|
|
|
"navigationBarTitleText": "易宝赞管理系统普惠版",
|
2025-11-28 16:49:36 +08:00
|
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
|
|
|
},
|
|
|
|
|
"componentFramework": "glass-easel",
|
|
|
|
|
"lazyCodeLoading": "requiredComponents",
|
|
|
|
|
"usingComponents": {
|
2025-12-26 17:26:32 +08:00
|
|
|
"page-plugin": "pages/components/page-plugin",
|
|
|
|
|
"t-button": "tdesign-miniprogram/button/button"
|
|
|
|
|
},
|
|
|
|
|
"tabBar": {
|
|
|
|
|
"color": "#333333",
|
|
|
|
|
"selectedColor": "#0052d9",
|
|
|
|
|
"borderStyle": "black",
|
|
|
|
|
"list": [
|
|
|
|
|
{
|
|
|
|
|
"iconPath": "assets/home.png",
|
|
|
|
|
"selectedIconPath": "assets/home2.png",
|
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
|
"text": "首页"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"iconPath": "assets/scan.png",
|
|
|
|
|
"selectedIconPath": "assets/scan2.png",
|
|
|
|
|
"pagePath": "pages/processEntry/processEntry",
|
|
|
|
|
"text": "扫码"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"iconPath": "assets/user.png",
|
|
|
|
|
"selectedIconPath": "assets/user2.png",
|
|
|
|
|
"pagePath": "pages/my/my",
|
|
|
|
|
"text": "我的"
|
|
|
|
|
}
|
|
|
|
|
]
|
2025-11-28 16:49:36 +08:00
|
|
|
},
|
|
|
|
|
"resolveAlias": {
|
|
|
|
|
"@/*": "/*"
|
|
|
|
|
}
|
|
|
|
|
}
|