123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "easycom": {
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/about/about",
- "style" :
- {
- "navigationBarTitleText": "关于",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
-
- }
- ,{
- "path" : "pages/me/me",
- "style" :
- {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
-
- }
- ,{
- "path" : "pages/me/mynotice/mynotice",
- "style" :
- {
- "navigationBarTitleText": "我的通知公告",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/itemlist/itemlist",
- "style" :
- {
- "navigationBarTitleText": "推荐开源项目",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/projectlist/projectlist",
- "style" :
- {
- "navigationBarTitleText": "小程序推荐",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/me/userinfo",
- "style" :
- {
- "navigationBarTitleText": "用户信息",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#0a2576",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [ {
- "pagePath": "pages/index/index",
- "iconPath": "/static/tabbar/home.png",
- "selectedIconPath": "/static/tabbar/home_ac.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/about/about",
- "iconPath": "/static/tabbar/about.png",
- "selectedIconPath": "/static/tabbar/about_ac.png",
- "text": "关于"
- }, {
- "pagePath": "pages/me/me",
- "iconPath": "/static/tabbar/me.png",
- "selectedIconPath": "/static/tabbar/me_ac.png",
- "text": "我的"
- }]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "AbuCoder",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|