1 Star 0 Fork 8

吴永龙/edison-uniapp

forked from chenyi/edison-uniapp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 3.55 KB
一键复制 编辑 原始数据 按行查看 历史
chenyi 提交于 2024-06-07 16:01 . app登录
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/basic",
"style": {
"navigationBarTitleText": "基础组件"
}
},
{
"path": "pages/index/business",
"style": {
"navigationBarTitleText": "业务组件"
}
},
{
"path": "pages/index/template",
"style": {
"navigationBarTitleText": "页面模板"
}
},
{
"path": "pages/webview/webview",
"style": {
"navigationBarTitleText": "webview"
}
},
{
"path": "pages/common/video-preview",
"style": {
"navigationStyle": "custom",
"backgroundColor": "#000000"
}
}
],
"subPackages": [{
"root": "pages/basic",
"pages": [{
"path": "cell",
"style": {
"navigationBarTitleText": "单元格"
}
},
{
"path": "tabs",
"style": {
"navigationBarTitleText": "异形选项卡"
}
},
{
"path": "upload",
"style": {
"navigationBarTitleText": "文件上传"
}
}
]
},
{
"root": "pages/business",
"pages": [{
"path": "filter-bar/index",
"style": {
"backgroundColor": "#f6f8fb",
"navigationBarTitleText": "条件筛选栏"
}
},
{
"path": "filter-bar/demo-filter-bar",
"style": {
"backgroundColor": "#ffffff",
"navigationBarTitleText": "筛选栏"
}
},
{
"path": "filter-bar/demo-filter-search",
"style": {
"backgroundColor": "#ffffff",
"navigationBarTitleText": "搜索筛选"
}
},
{
"path": "filter-bar/demo-filter-area",
"style": {
"backgroundColor": "#ffffff",
"navigationBarTitleText": "地区选择"
}
},
{
"path": "city-select/index",
"style": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "城市选择"
}
}
]
},
{
"root": "pages/template",
"pages": [{
"path": "business-card/index",
"style": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "电子名片"
}
}, {
"path": "login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationBarTextStyle": "white",
"backgroundColor": "#ffffff",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "login/phone-login",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "手机号登录",
"disableScroll": true,
"app-plus": {
"bounce": "none"
}
}
}
]
}
],
"tabBar": {
"color": "#1e1e1e",
"selectedColor": "#1e1e1e",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [{
"pagePath": "pages/index/basic",
"iconPath": "/static/images/tabBar/basic.png",
"selectedIconPath": "/static/images/tabBar/basic-fill.png",
"text": "基础组件"
},
{
"pagePath": "pages/index/business",
"iconPath": "/static/images/tabBar/business.png",
"selectedIconPath": "/static/images/tabBar/business_fill.png",
"text": "业务组件"
},
{
"pagePath": "pages/index/template",
"iconPath": "/static/images/tabBar/template.png",
"selectedIconPath": "/static/images/tabBar/template-fill.png",
"text": "页面模板"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "edison",
"navigationBarBackgroundColor": "#f6f8fb",
"backgroundColor": "#f6f8fb"
},
"easycom": {
"autoscan": true,
"custom": {
"es-(.*)": "@/components/es-$1/es-$1.vue"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wu-yonglong666/edison-uniapp.git
git@gitee.com:wu-yonglong666/edison-uniapp.git
wu-yonglong666
edison-uniapp
edison-uniapp
master

搜索帮助