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.

71 lines
1.5 KiB
JSON

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"easycom": {
"autoscan": true,
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
// uni-ui 规则如下配置
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登陆页"
}
},
{
"path": "pages/tabBar/mySet/common/message/message",
"style": {
"navigationBarTitleText": "我的信息",
"enablePullDownRefresh": true
}
},
{
"path": "pages/enroll/enrollInfo",
"style": {
"navigationBarTitleText": "注册页"
}
},
{
"path": "pages/login/loginEnroll",
"style": {
"navigationBarTitleText": "注册页"
}
},
{
"path": "pages/tabBar/mySet/mySet",
"style": {
"navigationBarTitleText": "个人信息",
"enablePullDownRefresh": true
}
},
{
"path": "pages/login/agreement/agreement",
"style": {
"navigationBarTitleText": "隐私协议",
"enablePullDownRefresh": false
}
},
{
"path": "pages/login/agreement/newAgreement",
"style": {
"navigationBarTitleText": "服务协议",
"enablePullDownRefresh": false
}
}
]
// ,
// "tabBar": {
// "color": "#7A7E83",
// "selectedColor": "#e83131",
// "borderStyle": "black",
// "backgroundColor": "#ffffff",
// "list": [
// {
// "pagePath": "pages/tabBar/mySet/common/message/message",
// "iconPath": "static/image/my.png",
// "selectedIconPath": "static/image/my-select.png",
// "text": "个人信息"
// }
// ]
// }
}