tijiao
This commit is contained in:
38
pages.json
38
pages.json
@@ -1,9 +1,21 @@
|
||||
{
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
// {
|
||||
// "path": "pages/home/index",
|
||||
// "style": {
|
||||
// "navigationBarTitleText": "首页",
|
||||
// "app-plus": {
|
||||
// "bounce": "none",
|
||||
// "titleNView": false,
|
||||
// "popGesture": "none"
|
||||
// }
|
||||
// }
|
||||
// },
|
||||
{
|
||||
"path": "pages/home/index",
|
||||
"path": "pages/doctors/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "首页",
|
||||
"navigationBarTitleText": "名医精彩",
|
||||
"enablePullDownRefresh": true, // 禁止下拉刷新
|
||||
"app-plus": {
|
||||
"bounce": "none",
|
||||
"titleNView": false,
|
||||
@@ -153,18 +165,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/doctors/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "名医精彩",
|
||||
"enablePullDownRefresh": true, // 禁止下拉刷新
|
||||
"app-plus": {
|
||||
"bounce": "none",
|
||||
"titleNView": false,
|
||||
"popGesture": "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"path": "pages/wumen/medicaldes",
|
||||
@@ -421,10 +422,11 @@
|
||||
"selectedColor": "#5188e5",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#fff",
|
||||
"list": [{
|
||||
"pagePath": "pages/home/index",
|
||||
"text": "智慧医疗"
|
||||
},
|
||||
"list": [
|
||||
// {
|
||||
// "pagePath": "pages/home/index",
|
||||
// "text": "智慧医疗"
|
||||
// },
|
||||
{
|
||||
"pagePath": "pages/doctors/index",
|
||||
"text": "名医精彩"
|
||||
|
||||
Reference in New Issue
Block a user