lingrui-score/pages.json

37 lines
774 B
JSON
Raw Normal View History

{
"easycom": {
"^tn-(.*)": "@/tuniao-ui/components/tn-$1/tn-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index",
"style": {
"mp-weixin": {
"disableScroll": true
}
}
},
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText" : "系统登陆",
"disableScroll": true
}
},
{
"path" : "pages/useRrecord/useRrecord",
"style" :
{
"navigationBarTitleText" : "申请记录"
}
}
],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "积分申请系统",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}