代码拉取完成,页面将自动刷新
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [{
"path": "pages/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
}, {
"path": "pages/register",
"style": {
"navigationBarTitleText": "注册",
"navigationStyle": "custom"
}
},
{
"path": "pages/wxLogin",
"style": {
"navigationBarTitleText": "微信登录",
"navigationStyle": "custom"
}
},{
"path" : "pages/location/location",
"style": {
"navigationStyle": "custom" ,
"navigationBarTitleText": "选择城市"
}
},{
"path" : "pages/search/searchList",
"style" :
{
"navigationBarTitleText": "列表",
"enablePullDownRefresh": true,
// "navigationStyle": "custom" ,// 隐藏系统导航栏
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#2979ff", //小圈圈的颜色
"style": "circle" //小圈圈的样式
}
}
}
},
{
"path": "pages/timeline",
"style": {
"navigationStyle": "custom"
}
},{
"path": "pages/chooseAddress/index",
"style": {
"navigationBarBackgroundColor":"#f8f8f8",
"navigationBarTitleText":"地图",
"backgroundColorTop": "#f8f8f8",
"backgroundColorBottom":"#ffffff"
}
},
{
"path" : "pages/chooseAddress/search",
"style" : {
"navigationBarTitleText":"地址搜索"
}
}
,{
"path" : "pages/chooseAddress/cityList",
"style" : {
"navigationBarTitleText":"选择城市"
}
}
,{
"path" : "pages/search/search",
"style" : {
"navigationBarTitleText":"搜索"
}
}
,
{
"path": "pages/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
}
}, {
"path": "pages/work/index",
"style": {
"navigationBarTitleText": "工作台",
"navigationStyle": "custom"
}
},{
"path": "pages/work/detail",
"style": {
"navigationBarTitleText": "商品详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/work/ceshi",
"style": {
"navigationBarTitleText": "测试",
"navigationStyle": "custom"
}
}, {
"path": "pages/work/takePhoto/takePhoto",
"style": {
"navigationBarTitleText": "自定义相机"
}
}, {
"path": "pages/work/TnCustom/TnCustom",
"style": {
"navigationBarTitleText": "电子签名"
}
}, {
"path": "pages/photoWall/takePicture",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "摄影师资料"
}
},
{
"path": "pages/photoWall/photoAll",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "照片墙首页"
}
},
{
"path": "pages/photoWall/timeLine",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "照片墙第二页"
}
},
{
"path": "pages/photoWall/imageList",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "照片墙第三页"
}
},{
"path": "pages/video",
"style": {
"navigationBarTitleText": "视频播放",
"usingComponents": {
// #ifdef MP-WEIXIN
"txv-video": "plugin://tencentvideo/video"
// #endif
}
}
},
{
"path": "pages/project/list",
"style": {
"navigationBarTitleText": "项目展示",
"navigationStyle": "custom"
}
},
{
"path": "pages/project/project",
"style": {
"navigationBarTitleText": "项目展示",
"navigationStyle": "custom"
}
},
{
"path": "pages/news/index",
"style": {
"navigationBarTitleText": "资讯",
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
}, {
"path": "pages/mine/avatar/index",
"style": {
"navigationBarTitleText": "修改头像",
"navigationStyle": "custom"
}
}, {
"path": "pages/mine/info/index",
"style": {
"navigationBarTitleText": "个人信息",
"navigationStyle": "custom"
}
}, {
"path": "pages/mine/info/edit",
"style": {
"navigationBarTitleText": "编辑资料",
"navigationStyle": "custom"
}
}, {
"path": "pages/mine/pwd/index",
"style": {
"navigationBarTitleText": "修改密码",
"navigationStyle": "custom"
}
}, {
"path": "pages/mine/own/index",
"style": {
"navigationBarTitleText": "个人中心",
"navigationStyle": "custom"
}
},{
"path": "pages/mine/setting/index",
"style": {
"navigationBarTitleText": "应用设置",
"navigationStyle": "custom"
}
}, {
"path": "pages/mine/help/index",
"style": {
"navigationBarTitleText": "常见问题",
"navigationStyle": "custom"
}
}, {
"path": "pages/mine/about/index",
"style": {
"navigationBarTitleText": "关于我们",
"navigationStyle": "custom"
}
}, {
"path": "pages/common/webview/index",
"style": {
"navigationBarTitleText": "浏览网页"
}
}, {
"path": "pages/common/textview/index",
"style": {
"navigationBarTitleText": "浏览文本"
}
},
{
"path": "pages/me/clock",
"style": {
"navigationBarTitleText": "我的签到",
"navigationStyle": "custom"
}
},
{
"path": "pages/me/salary",
"style": {
"navigationBarTitleText": "薪资排行",
"navigationStyle": "custom"
}
},
{
"path": "pages/me/course",
"style": {
"navigationBarTitleText": "课班信息",
"navigationStyle": "custom"
}
},
{
"path": "pages/me/aboutMe",
"style": {
"navigationBarTitleText": "关于作者",
"navigationStyle": "custom"
}
},
{
"path": "pages/me/mentalTest/list",
"style": {
"navigationBarTitleText": "答题测试",
"navigationStyle": "custom"
}
},
{
"path": "pages/me/mentalTest/index",
"style": {
"navigationBarTitleText": "答题测试",
"navigationStyle": "custom"
}
},
{
"path": "pages/me/mentalTest/explain",
"style": {
"navigationBarTitleText": "答题规则说明"
}
}
],
"tabBar": {
"color": "#000000",
"selectedColor": "#000000",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/home_.png",
"text": "首页"
},
{
"pagePath": "pages/work/index",
"iconPath": "static/images/tabbar/work.png",
"selectedIconPath": "static/images/tabbar/work_.png",
"text": "工作台"
},
{
"pagePath": "pages/news/index",
"iconPath": "static/images/tabbar/zixun.png",
"selectedIconPath": "static/images/tabbar/zixun_.png",
"text": "资讯"
},
{
"pagePath": "pages/mine/index",
"iconPath": "static/images/tabbar/mine.png",
"selectedIconPath": "static/images/tabbar/mine_.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。