80 lines
1.5 KiB
JSON
80 lines
1.5 KiB
JSON
{
|
|
"easycom": {
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"pages": [{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationBarBackgroundColor": "#4473f6",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/tj",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/my",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
}
|
|
|
|
|
|
],
|
|
// "subPackages": [{
|
|
// "root": "pages_teacher",
|
|
// "pages": [
|
|
|
|
// ]
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ],
|
|
// "tabBar": {
|
|
// "color": "#a9b7b7",
|
|
// "selectedColor": "#5185fd",
|
|
// "borderStyle": "white",
|
|
// "backgroundColor": "#ffffff",
|
|
// "list": [{
|
|
// "selectedIconPath": "/static/tabbar/home-active.png",
|
|
// "iconPath": "/static/tabbar/home.png",
|
|
// "pagePath": "pages/index/index",
|
|
// "text": "首页"
|
|
// },
|
|
// {
|
|
// "selectedIconPath": "/static/tabbar/tiku-act.png",
|
|
// "iconPath": "/static/tabbar/tiku.png",
|
|
// "pagePath": "pages/Mystudent/student",
|
|
// "text": "班级"
|
|
// }, {
|
|
// "selectedIconPath": "/static/tabbar/my-active.png",
|
|
// "iconPath": "/static/tabbar/my.png",
|
|
// "pagePath": "pages/user/user",
|
|
// "text": "我的"
|
|
// }
|
|
// ]
|
|
// },
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"uniIdRouter": {}
|
|
|
|
|
|
} |