Files
ss-tiku-manage-h5/src/pages.json
2026-02-04 15:10:50 +08:00

294 lines
5.7 KiB
JSON

{
"pages": [
{
"path": "pages/login",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/register",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/work/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/common/webview/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/common/textview/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/distributor/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/distributor/add",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/distributor/edit",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/distribution/data",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/distribution/profit-rule",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/distribution/qrcode",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/account/manage",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/account/quota",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/account/log",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/account/personal",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/account/accountForm",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/student/list",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/student/analysis",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/student/remind",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/member/order",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/member/gift",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/member/general-code",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/member/personal-order",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/member/personal-gift",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/member/setting",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/member/setting-form",
"style": {
"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"
}
},
{
"path": "pages/stats/distribution",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/stats/member",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/stats/student",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/stats/personal",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/student/detail",
"style": {
"navigationStyle": "custom"
}
}
],
"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"
}
}