wx-starlock/pages.json
2024-08-26 20:04:22 +08:00

154 lines
3.2 KiB
JSON

{
"easycom": {
"autoscan": true,
"custom": {
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
}
},
"pages": [
{
"path": "pages/home/home"
},
{
"path": "pages/selectAddress/selectAddress",
"style": {
"navigationBarTitleText": "锁地址",
"disableScroll": true
}
},
{
"path": "pages/mine/mine"
},
{
"path": "pages/index/index"
},
{
"path": "pages/userInfo/userInfo",
"style": {
"navigationBarTitleText": "个人信息"
}
},
{
"path": "pages/updateName/updateName",
"style": {
"navigationBarTitleText": "修改昵称"
}
},
{
"path": "pages/updatePassword/updatePassword",
"style": {
"navigationBarTitleText": "重置密码"
}
},
{
"path": "pages/updateEmail/updateEmail",
"style": {
"navigationBarTitleText": "修改邮箱"
}
},
{
"path": "pages/verifyEmail/verifyEmail",
"style": {
"navigationBarTitleText": "验证邮箱"
}
},
{
"path": "pages/safeQuestion/safeQuestion",
"style": {
"navigationBarTitleText": "安全问题"
}
},
{
"path": "pages/updateSafeQuestion/updateSafeQuestion",
"style": {
"navigationBarTitleText": "修改安全问题"
}
},
{
"path": "pages/webview/webview",
"style": {
"navigationBarTitleText": "介绍"
}
},
{
"path": "pages/lockDetail/lockDetail",
"style": {
"navigationBarTitleText": "星星锁"
}
},
{
"path": "pages/bindLock/bindLock",
"style": {
"navigationBarTitleText": "添加锁"
}
},
{
"path": "pages/searchDevice/searchDevice",
"style": {
"disableScroll": true,
"navigationBarTitleText": "附近设备"
}
},
{
"path": "pages/setting/setting",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/keyList/keyList",
"style": {
"navigationBarTitleText": "电子钥匙"
}
},
{
"path": "pages/createKey/createKey",
"style": {
"navigationBarTitleText": "发送钥匙"
}
},
{
"path": "pages/passwordList/passwordList",
"style": {
"navigationBarTitleText": "密码"
}
},
{
"path": "pages/createPassword/createPassword",
"style": {
"navigationBarTitleText": "获取密码"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "星星锁",
"navigationBarBackgroundColor": "#63b8af",
"backgroundColor": "#F3F3F3",
"navigationStyle": "default"
},
"tabBar": {
"color": "#a3a3a3",
"selectedColor": "#63b8af",
"borderStyle": "white",
"backgroundColor": "#FFFFFF",
"position": "bottom",
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "static/images/tabbar_key_no_select.png",
"selectedIconPath": "static/images/tabbar_key_select.png",
"text": "设备"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "static/images/tabbar_mine_no_select.png",
"selectedIconPath": "static/images/tabbar_mine_select.png",
"text": "我的"
}
]
}
}