代码拉取完成,页面将自动刷新
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/center/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
}, {
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "注册"
}
}, {
"path": "pages/collection/collection",
"style": {
"navigationBarTitleText": "收藏"
}
}, {
"path": "pages/comment/comment",
"style": {
"navigationBarTitleText": "评论"
}
}, {
"path": "pages/article/article",
"style": {
"navigationBarTitleText": "文章"
}
}, {
"path": "pages/setting/setting",
"style": {
"navigationBarTitleText": "个人信息"
}
}, {
"path": "uview-ui/components/u-avatar-cropper/u-avatar-cropper",
"style": {
"navigationBarTitleText": "头像裁剪",
"navigationBarBackgroundColor": "#000000"
}
}
,{
"path" : "pages/modular/modular",
"style" : {
"navigationBarTitleText": "版块"
}
}
,{
"path" : "pages/search/search",
"style" : {
"navigationBarTitleText": "搜索结果"
}
}
,{
"path" : "pages/apply/apply",
"style" : {
"navigationBarTitleText": "博主申请"
}
}
,{
"path" : "pages/myarticle/myarticle",
"style" : {
"navigationBarTitleText": "我的文章"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uView",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#909399",
"selectedColor": "#303133",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/index.png",
"selectedIconPath": "static/index-selected.png",
"text": "首页"
},{
"pagePath": "pages/modular/modular",
"iconPath": "static/modular.png",
"selectedIconPath": "static/modular1.png",
"text": "版块"
},{
"pagePath": "pages/center/index",
"iconPath": "static/center.png",
"selectedIconPath": "static/center-selected.png",
"text": "我"
}]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。