代码拉取完成,页面将自动刷新
{
//配置easycom组件模式
"easycom": {
"^ohbusy-(.*)": "@/ohbusy-ui/components/ohbusy-$1/ohbusy-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/base/index",
"style": {
"navigationBarTitleText": "基础"
}
},
{
"path": "pages/find/index",
"style": {
"navigationBarTitleText": "发现"
}
},
{
"path": "pages/about/index",
"style": {
"navigationBarTitleText": "关于"
}
}
,{
"path" : "pages/navTab/navTab",
"style" :
{
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Ohbusy-UI",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar":{
"color": "#2c2c2c",
"selectedColor": "#2c2c2c",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list":[{
"pagePath": "pages/index/index",
"iconPath": "static/tabBar/index.png",
"selectedIconPath": "static/tabBar/index_cur.png",
"text": "首页"
},
{
"pagePath": "pages/base/index",
"iconPath": "static/tabBar/base.png",
"selectedIconPath": "static/tabBar/base_cur.png",
"text": "基础"
},
{
"pagePath": "pages/find/index",
"iconPath": "static/tabBar/find.png",
"selectedIconPath": "static/tabBar/find_cur.png",
"text": "发现"
},
{
"pagePath": "pages/about/index",
"iconPath": "static/tabBar/about.png",
"selectedIconPath": "static/tabBar/about_cur.png",
"text": "关于"
}]
},
/* 分包 */
"subPackages":[
{
"root": "pagesBase",
"pages": [
{
"path": "flex-layout/flex-layout",
"style": {
"navigationBarTitleText": "Flex 布局"
}
}
]
},
{
"root": "pagesExample",
"pages": [
{
"path": "example-candle/example-candle",
"style": {
"navigationBarTitleText": "敬请期待"
}
}
]
}
],
/* 分包预下载 */
"preloadRule":{
"pages/index/index":{
"network": "all",
"packages": ["pagesExample"]
},
"pages/base/index":{
"network": "all",
"packages": ["pagesBase"]
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。