You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JM-MiniApp/pages.json

154 lines
3.3 KiB
JSON

12 months ago
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/wikipedia/index",
"style": {
11 months ago
"navigationBarTitleText": "百科",
"enablePullDownRefresh": true
}
},{
"path": "pages/wikipedia/detail",
"style": {
"navigationBarTitleText": "文章详情"
// "enablePullDownRefresh": true
12 months ago
}
},
{
"path": "pages/user/index",
"style": {
"navigationBarTitleText": "我的"
}
11 months ago
},{
"path": "pages/user/userInfo",
"style": {
"navigationBarTitleText": "个人资料"
}
11 months ago
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
11 months ago
},
{
"path": "pages/user/star",
"style": {
"navigationBarTitleText": "我的收藏",
"enablePullDownRefresh": true
}
},
{
"path": "pages/user/setting",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/user/feedback",
"style": {
"navigationBarTitleText": "问题反馈"
}
11 months ago
},
{
"path": "pages/index/visionTest",
"style": {
"navigationBarTitleText": "视力测试"
}
11 months ago
},
{
"path": "pages/index/todo",
"style": {
"navigationBarTitleText": "待办事项",
"enablePullDownRefresh": true
}
},
{
"path": "pages/index/done",
"style": {
11 months ago
"navigationBarTitleText": "事务处理",
11 months ago
"enablePullDownRefresh": true
}
},
{
"path": "pages/index/visionList",
"style": {
"navigationBarTitleText": "测试记录",
"enablePullDownRefresh": true
}
11 months ago
},
{
"path": "pages/index/note_list",
"style": {
"navigationBarTitleText": "注意事项",
"enablePullDownRefresh": true
}
11 months ago
},
{
"path": "pages/user/setting/userAgreement",
"style": {
"navigationBarTitleText": "用户协议"
}
},
{
"path": "pages/user/setting/privacyPolicy",
"style": {
"navigationBarTitleText": "隐私政策"
}
},{
"path": "pages/user/setting/phone_list",
"style": {
"navigationBarTitleText": "个人信息手机清单"
}
},{
"path": "pages/user/setting/aboutUs",
"style": {
"navigationBarTitleText": "关于我们"
}
10 months ago
},{
"path": "pages/index/aikefu",
"style": {
"navigationBarTitleText": "客服中心"
}
}
12 months ago
],
"globalStyle": {
11 months ago
"navigationBarTextStyle": "white",
12 months ago
"navigationBarTitleText": "uni-app",
11 months ago
"navigationBarBackgroundColor": "#26758d",
12 months ago
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "#999999",
"selectedColor": "#26758d",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"height": "50px",
"fontSize": "10px",
"iconWidth": "20px",
"spacing": "3px",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabs/home.png",
"selectedIconPath": "static/tabs/home2.png",
"text": "首页"
}, {
"pagePath": "pages/wikipedia/index",
"iconPath": "static/tabs/order.png",
"selectedIconPath": "static/tabs/order2.png",
"text": "百科"
}, {
"pagePath": "pages/user/index",
"iconPath": "static/tabs/user.png",
"selectedIconPath": "static/tabs/user2.png",
"text": "我的"
}]
}
}