134 lines
3.4 KiB
JSON
134 lines
3.4 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",
|
|
"style": {
|
|
"navigationBarTitleText": "星星锁",
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarBackgroundColor": "#63b8af",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/mine",
|
|
"style": {
|
|
"navigationBarTitleText": "星星锁",
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarBackgroundColor": "#63b8af",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index"
|
|
},
|
|
{
|
|
"path": "pages/userInfo/userInfo",
|
|
"style": {
|
|
"navigationBarTitleText": "个人信息",
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarBackgroundColor": "#63b8af",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/updateName/updateName",
|
|
"style": {
|
|
"navigationBarTitleText": "修改昵称",
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarBackgroundColor": "#63b8af",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/updatePassword/updatePassword",
|
|
"style": {
|
|
"navigationBarTitleText": "重置密码",
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarBackgroundColor": "#63b8af",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/updateEmail/updateEmail",
|
|
"style": {
|
|
"navigationBarTitleText": "修改邮箱",
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarBackgroundColor": "#63b8af",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/verifyEmail/verifyEmail",
|
|
"style": {
|
|
"navigationBarTitleText": "验证邮箱",
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarBackgroundColor": "#63b8af",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/safeQuestion/safeQuestion",
|
|
"style": {
|
|
"navigationBarTitleText": "安全问题",
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarBackgroundColor": "#63b8af",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/updateSafeQuestion/updateSafeQuestion",
|
|
"style": {
|
|
"navigationBarTitleText": "修改安全问题",
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarBackgroundColor": "#63b8af",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/webview/webview",
|
|
"style": {
|
|
"navigationBarTitleText": "介绍",
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarBackgroundColor": "#63b8af",
|
|
"navigationStyle": "default"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "星星锁",
|
|
"navigationBarBackgroundColor": "#F3F3F3",
|
|
"backgroundColor": "#F3F3F3",
|
|
"navigationStyle": "custom"
|
|
},
|
|
"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": "我的"
|
|
}
|
|
]
|
|
}
|
|
}
|