2024-05-12 10:26:05 +08:00
|
|
|
{
|
|
|
|
"globalStyle": {
|
|
|
|
"navigationStyle": "default",
|
|
|
|
"navigationBarTitleText": "unibest",
|
|
|
|
"navigationBarBackgroundColor": "#f8f8f8",
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
"backgroundColor": "#FFFFFF"
|
|
|
|
},
|
|
|
|
"easycom": {
|
|
|
|
"autoscan": true,
|
|
|
|
"custom": {
|
2025-05-26 22:18:53 +08:00
|
|
|
"^fg-(.*)": "@/components/fg-$1/fg-$1.vue",
|
2024-05-12 15:30:57 +08:00
|
|
|
"^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
|
|
|
|
"^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
|
2024-05-12 10:26:05 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"tabBar": {
|
2024-05-12 10:28:53 +08:00
|
|
|
"custom": true,
|
2024-05-12 10:26:05 +08:00
|
|
|
"color": "#999999",
|
|
|
|
"selectedColor": "#018d71",
|
|
|
|
"backgroundColor": "#F8F8F8",
|
|
|
|
"borderStyle": "black",
|
|
|
|
"height": "50px",
|
|
|
|
"fontSize": "10px",
|
|
|
|
"iconWidth": "24px",
|
|
|
|
"spacing": "3px",
|
|
|
|
"list": [
|
|
|
|
{
|
|
|
|
"pagePath": "pages/index/index",
|
2024-05-12 10:28:53 +08:00
|
|
|
"text": "首页",
|
|
|
|
"icon": "home",
|
|
|
|
"iconType": "wot"
|
2024-05-12 10:26:05 +08:00
|
|
|
},
|
|
|
|
{
|
2024-05-28 11:33:15 +08:00
|
|
|
"pagePath": "pages/about/about",
|
2024-05-12 10:28:53 +08:00
|
|
|
"text": "关于",
|
2024-05-12 16:37:25 +08:00
|
|
|
"icon": "i-carbon-code",
|
2024-05-12 10:28:53 +08:00
|
|
|
"iconType": "unocss"
|
|
|
|
},
|
|
|
|
{
|
2025-05-28 00:51:49 +08:00
|
|
|
"pagePath": "pages/mine/index",
|
2024-05-12 10:28:53 +08:00
|
|
|
"text": "我的",
|
2024-05-12 16:37:25 +08:00
|
|
|
"icon": "iconfont icon-my",
|
|
|
|
"iconType": "iconfont"
|
2024-05-12 10:26:05 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"pages": [
|
|
|
|
{
|
|
|
|
"path": "pages/index/index",
|
|
|
|
"type": "home",
|
2024-05-12 10:28:53 +08:00
|
|
|
"layout": "tabbar",
|
2024-05-12 10:26:05 +08:00
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "首页"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2024-05-15 10:08:14 +08:00
|
|
|
"path": "pages/about/about",
|
2024-05-12 10:26:05 +08:00
|
|
|
"type": "page",
|
2024-05-28 11:33:15 +08:00
|
|
|
"layout": "tabbar",
|
2024-05-12 10:26:05 +08:00
|
|
|
"style": {
|
2025-05-26 22:18:53 +08:00
|
|
|
"navigationBarTitleText": "关于",
|
|
|
|
"navigationStyle": "custom"
|
2024-05-12 10:26:05 +08:00
|
|
|
}
|
2024-05-12 10:28:53 +08:00
|
|
|
},
|
|
|
|
{
|
2025-05-27 23:19:09 +08:00
|
|
|
"path": "pages/login/index",
|
|
|
|
"type": "page",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "登录",
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/mine/index",
|
2024-05-12 10:28:53 +08:00
|
|
|
"type": "page",
|
2025-05-28 00:51:49 +08:00
|
|
|
"layout": "tabbar",
|
2024-05-12 10:28:53 +08:00
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "我的"
|
|
|
|
}
|
2025-05-27 23:19:09 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/mine/about/index",
|
|
|
|
"type": "page",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "关于我们"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/mine/info/index",
|
|
|
|
"type": "page",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "个人资料"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/mine/password/index",
|
|
|
|
"type": "page",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "修改密码"
|
|
|
|
}
|
2024-05-12 10:26:05 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"subPackages": []
|
|
|
|
}
|