Files
ss-tiku-manage-h5/src/pages.json

204 lines
4.0 KiB
JSON
Raw Normal View History

2026-01-26 15:36:37 +08:00
{
"pages": [
{
"path": "pages/login",
"style": {
2026-01-29 17:39:43 +08:00
"navigationStyle": "custom"
2026-01-26 15:36:37 +08:00
}
},
{
"path": "pages/register",
"style": {
2026-01-29 17:39:43 +08:00
"navigationStyle": "custom"
2026-01-26 15:36:37 +08:00
}
},
{
"path": "pages/index",
"style": {
2026-01-29 17:39:43 +08:00
"navigationStyle": "custom"
2026-01-26 15:36:37 +08:00
}
},
{
"path": "pages/work/index",
"style": {
2026-01-29 17:39:43 +08:00
"navigationStyle": "custom"
2026-01-26 15:36:37 +08:00
}
},
{
"path": "pages/mine/index",
"style": {
2026-01-29 17:39:43 +08:00
"navigationStyle": "custom"
2026-01-26 15:36:37 +08:00
}
},
{
"path": "pages/mine/avatar/index",
"style": {
2026-01-29 17:39:43 +08:00
"navigationStyle": "custom"
2026-01-26 15:36:37 +08:00
}
},
{
"path": "pages/mine/info/index",
"style": {
2026-01-29 17:39:43 +08:00
"navigationStyle": "custom"
2026-01-26 15:36:37 +08:00
}
},
{
"path": "pages/mine/info/edit",
"style": {
2026-01-29 17:39:43 +08:00
"navigationStyle": "custom"
2026-01-26 15:36:37 +08:00
}
},
{
"path": "pages/mine/pwd/index",
"style": {
2026-01-29 17:39:43 +08:00
"navigationStyle": "custom"
2026-01-26 15:36:37 +08:00
}
},
{
"path": "pages/mine/setting/index",
"style": {
2026-01-29 17:39:43 +08:00
"navigationStyle": "custom"
2026-01-26 15:36:37 +08:00
}
},
{
"path": "pages/mine/help/index",
"style": {
2026-01-29 17:39:43 +08:00
"navigationStyle": "custom"
2026-01-26 15:36:37 +08:00
}
},
{
"path": "pages/mine/about/index",
"style": {
2026-01-29 17:39:43 +08:00
"navigationStyle": "custom"
2026-01-26 15:36:37 +08:00
}
},
{
"path": "pages/common/webview/index",
"style": {
2026-01-29 17:39:43 +08:00
"navigationStyle": "custom"
2026-01-26 15:36:37 +08:00
}
},
{
"path": "pages/common/textview/index",
"style": {
2026-01-29 17:39:43 +08:00
"navigationStyle": "custom"
2026-01-26 15:36:37 +08:00
}
2026-01-28 16:07:17 +08:00
},
{
"path": "pages/distributor/index",
"style": {
2026-01-29 17:39:43 +08:00
"navigationStyle": "custom"
2026-01-28 16:07:17 +08:00
}
},
{
"path": "pages/distributor/add",
"style": {
2026-01-29 17:39:43 +08:00
"navigationStyle": "custom"
2026-01-28 16:07:17 +08:00
}
},
{
"path": "pages/distributor/edit",
"style": {
2026-01-29 17:39:43 +08:00
"navigationStyle": "custom"
2026-01-28 16:07:17 +08:00
}
},
{
"path": "pages/distributor/rule",
"style": {
2026-01-29 17:39:43 +08:00
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/school-info",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/custom-fields",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/data-logs",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/personal-info",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/password-change",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/help-center",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/about-us",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/exception/profit",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/exception/ai-recharge",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/exception/member-order",
"style": {
"navigationStyle": "custom"
2026-01-28 16:07:17 +08:00
}
2026-01-26 15:36:37 +08:00
}
],
"tabBar": {
"color": "#000000",
"selectedColor": "#000000",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/home_.png",
"text": "首页"
},
{
"pagePath": "pages/work/index",
"iconPath": "static/images/tabbar/work.png",
"selectedIconPath": "static/images/tabbar/work_.png",
"text": "工作台"
},
{
"pagePath": "pages/mine/index",
"iconPath": "static/images/tabbar/mine.png",
"selectedIconPath": "static/images/tabbar/mine_.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "小程序管理后台",
"navigationBarBackgroundColor": "#FFFFFF"
}
}