加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.84 KB
一键复制 编辑 原始数据 按行查看 历史
孙颖洲 提交于 2020-12-02 11:40 . 目录优化
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
"^uni-(.*)": "@/components/uni/uni-$1/uni-$1.vue",
"^my-(.*)": "@/components/my/my-$1/my-$1.vue"
},
"pages": [{
"path": "pages/home/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
}, {
"path": "pages/other/loading",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/cards/index",
"style": {
"navigationBarTitleText": "名片夹",
"enablePullDownRefresh": true
}
}, {
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": true
}
}, {
"path": "pages/cards/list",
"style": {
"navigationBarTitleText": "名片管理"
}
}, {
"path": "pages/cards/edit",
"style": {
"navigationBarTitleText": "名片编辑"
}
}, {
"path": "pages/cards/detail",
"style": {
"navigationBarTitleText": "名片详情",
"enablePullDownRefresh": false
}
}, {
"path": "pages/other/test",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/enterprise/activity",
"style": {
"navigationBarTitleText": "企业动态",
"enablePullDownRefresh": false
}
}, {
"path": "pages/enterprise/invitation",
"style": {
"navigationBarTitleText": "邀请",
"enablePullDownRefresh": false
}
}, {
"path": "pages/mine/vip",
"style": {
"navigationBarBackgroundColor": "#1e1f25",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "会员中心",
"enablePullDownRefresh": true
}
}, {
"path": "pages/mine/vip-pay",
"style": {
"navigationBarTitleText": "支付",
"enablePullDownRefresh": false
}
}, {
"path": "pages/mine/kefu",
"style": {
"navigationBarTitleText": "客服中心",
"enablePullDownRefresh": false
}
}, {
"path": "pages/cards/recent",
"style": {
"navigationBarTitleText": "最近添加",
"enablePullDownRefresh": false
}
}, {
"path": "pages/enterprise/edit",
"style": {
"navigationBarTitleText": "企业",
"enablePullDownRefresh": false
}
}, {
"path": "pages/enterprise/customer",
"style": {
"navigationBarTitleText": "客户名片",
"enablePullDownRefresh": true
}
}, {
"path": "pages/enterprise/manager",
"style": {
"navigationBarTitleText": "成员管理",
"enablePullDownRefresh": true
}
}, {
"path": "pages/enterprise/audit",
"style": {
"navigationBarTitleText": "申请列表",
"enablePullDownRefresh": false
}
}, {
"path": "pages/import/cards",
"style": {
"navigationBarTitleText": "我的名片夹",
"enablePullDownRefresh": false
}
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "企大咖微名片",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#e1a65f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/home/index",
"iconPath": "static/images/home.png",
"selectedIconPath": "static/images/home-on.png",
"text": "主页"
},
{
"pagePath": "pages/cards/index",
"iconPath": "static/images/cards.png",
"selectedIconPath": "static/images/cards-on.png",
"text": "名片夹"
},
{
"pagePath": "pages/mine/index",
"iconPath": "static/images/mine.png",
"selectedIconPath": "static/images/mine-on.png",
"text": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化