feat:初始提交uni-app项目
This commit is contained in:
102
pages.json
Normal file
102
pages.json
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "components/components",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/classify/classify",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "分类",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/user/user",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "我的",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/classlist/classlist",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "分类列表"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/preview/preview",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "预览",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/notice/notice",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "公告"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/notice/detail",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "公告详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/search/search",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "搜索"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "咸虾米壁纸",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#9799a5",
|
||||
"selectedColor": "#28b389",
|
||||
"list": [
|
||||
{
|
||||
"text": "推荐",
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "/static/images/tabBar/home.png",
|
||||
"selectedIconPath": "/static/images/tabBar/home-h.png"
|
||||
},
|
||||
{
|
||||
"text": "分类",
|
||||
"pagePath": "pages/classify/classify",
|
||||
"iconPath": "/static/images/tabBar/classify.png",
|
||||
"selectedIconPath": "/static/images/tabBar/classify-h.png"
|
||||
},
|
||||
{
|
||||
"text": "我的",
|
||||
"pagePath": "pages/user/user",
|
||||
"iconPath": "/static/images/tabBar/user.png",
|
||||
"selectedIconPath": "/static/images/tabBar/user-h.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"uniIdRouter": {}
|
||||
}
|
||||
Reference in New Issue
Block a user