You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.5 KiB
68 lines
1.5 KiB
{
|
|
"pages": [{
|
|
"path": "pages/student/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"navigationStyle": "default",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTextStyle": "white"
|
|
|
|
}
|
|
},{
|
|
"path": "pages/student/timetable/index",
|
|
"style": {
|
|
"navigationBarTitleText": "课表",
|
|
"navigationStyle": "default",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTextStyle": "white"
|
|
|
|
}
|
|
},{
|
|
"path": "pages/student/my/my",
|
|
"style": {
|
|
"navigationBarTitleText": "我的",
|
|
"navigationStyle": "default",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTextStyle": "white"
|
|
|
|
}
|
|
},{
|
|
"path": "pages/student/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationStyle": "default",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTextStyle": "white"
|
|
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/student/login/forgot",
|
|
"style": {
|
|
"navigationBarTitleText": "找回密码",
|
|
"navigationStyle": "default",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTextStyle": "black"
|
|
|
|
}
|
|
}],
|
|
|
|
"share": {
|
|
"title": "用药提醒",
|
|
"imageUrl": "/static/images/home/tixing.png",
|
|
"path": "/pages/my/my"
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "",
|
|
"navigationBarBackgroundColor": "#f7f7f7",
|
|
"backgroundColor": "#FDFDFD",
|
|
"enablePullDownRefresh": true
|
|
},
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"fui-(.*)": "@/components/firstui/fui-$1/fui-$1.vue"
|
|
}
|
|
}
|
|
}
|