代码拉取完成,页面将自动刷新
{
"easycom": {
// 下载安装的方式需要前面的"@/",npm安装的方式无需"@/"
// 下载安装方式
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
// npm安装方式
// "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/index/index",
"style": {
"navigationBarTitleText": "乡村文旅",
"enablePullDownRefresh": false
// ,"navigationStyle":"custom"
// "backgroundColor":"#007AFF"
// "navigationBarBackgroundColor":"red"
}
}, {
"path": "pages/classfly/index/index",
"style": {
"navigationBarTitleText": "分类",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/index/index",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/upload/index/index",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle":"custom"
}
}
,{
"path" : "pages/home/travel/travel",
"style" :
{
"navigationBarTitleText": "旅游",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/news/news",
"style" :
{
"navigationBarTitleText": "热点资讯",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/news/news-detail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "用户登录",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/industry/industry",
"style" :
{
"navigationBarTitleText": "产业",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/register/register",
"style" :
{
"navigationBarTitleText": "用户注册",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/home/travel/travelDetail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/culture/culture",
"style" :
{
"navigationBarTitleText": "文化",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/industry/industryDetail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/culture/culture-detail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "乡村文旅",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
// "color": "#F5F5F5",
// "selectedColor": "#558EE7",
// "borderStyle": "black",
// "backgroundColor": "#000000",
// "iconWidth":"19px",
// "spacing":"20px",
// "fontSize":"12px",
"list": [{
"pagePath": "pages/home/index/index",
"iconPath": "/static/tabbarIcon/home.png",
"selectedIconPath": "static/icon/home1.png",
"text": "首页"
}, {
"pagePath": "pages/upload/index/index",
"iconPath": "/static/icon/uploadIcon.png",
"selectedIconPath": "static/icon/uploadIcon.png",
"text": "发布"
}, {
"pagePath": "pages/my/index/index",
"iconPath": "/static/icon/my.png",
"selectedIconPath": "static/icon/my2.png",
"text": "我的"
}]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。