1 Star 4 Fork 5

名牛云 / mn_demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 3.97 KB
一键复制 编辑 原始数据 按行查看 历史
hnlg666 提交于 2022-01-12 03:06 . 上线框架开发demo
{
"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/tabbar/home/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/tabbar/type/index",
"style": {
"navigationBarTitleText": "分类"
}
},
{
"path": "pages/tabbar/find/index",
"style": {
"navigationBarTitleText": "发现"
}
},
{
"path": "pages/tabbar/shopping_cart/index",
"style": {
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/tabbar/mine/index",
"style": {
"navigationBarTitleText": "我的"
}
}
],
"subPackages": [{
"root": "pages/common_page",
"name": "common_page",
"pages": [{
"path": "vip/index",
"style": {
"navigationBarTitleText": "超级会员",
"navigationStyle": "custom"
}
},
{
"path": "richtext_page/index",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "search/index",
"style": {
"navigationBarTitleText": "搜索",
"navigationStyle": "custom"
}
},
{
"path": "delivery_address/index",
"style": {
"navigationBarTitleText": "我的地址",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "delivery_address/add",
"style": {
"navigationBarTitleText": "新增配送地址",
"navigationStyle": "custom"
}
},
{
"path": "login/index",
"style": {
"navigationBarTitleText": "会员登录"
}
},
{
"path": "login/loading",
"style": {
"navigationBarTitleText": "候客室"
}
}
]
},
{
"root": "pages/home",
"name": "home",
"pages": []
},
{
"root": "pages/type",
"name": "type",
"pages": []
},
{
"root": "pages/find",
"name": "find",
"pages": []
},
{
"root": "pages/shopping_cart",
"name": "shopping_cart",
"pages": []
},
{
"root": "pages/mine",
"name": "mine",
"pages": []
}
],
"preloadRule": {
"pages/tabbar/home/index": {
"network": "all",
"packages": ["common_page"]
},
"pages/tabbar/type/index": {
"network": "all",
"packages": ["common_page"]
},
"pages/tabbar/find/index": {
"network": "all",
"packages": ["common_page"]
},
"pages/tabbar/shopping_cart/index": {
"network": "all",
"packages": ["common_page"]
},
"pages/tabbar/mine/index": {
"network": "all",
"packages": ["common_page"]
}
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "布网商城",
"navigationBarBackgroundColor": "#FFDF28",
"backgroundColor": "#ffffff"
},
"tabBar": {
"custom": false,
"color": "#B4B4B4",
"selectedColor": "#000000",
"backgroundColor": "#fff",
"list": [{
"pagePath": "pages/tabbar/home/index",
"iconPath": "static/images/tabbar_icon/1-001.png",
"selectedIconPath": "static/images/tabbar_icon/1-002.png",
"text": "首页"
}, {
"pagePath": "pages/tabbar/type/index",
"iconPath": "static/images/tabbar_icon/2-001.png",
"selectedIconPath": "static/images/tabbar_icon/2-002.png",
"text": "分类"
}, {
"pagePath": "pages/tabbar/find/index",
"iconPath": "static/images/tabbar_icon/3-001.png",
"selectedIconPath": "static/images/tabbar_icon/3-002.png",
"text": "发现"
}, {
"pagePath": "pages/tabbar/shopping_cart/index",
"iconPath": "static/images/tabbar_icon/4-001.png",
"selectedIconPath": "static/images/tabbar_icon/4-002.png",
"text": "购物车"
}, {
"pagePath": "pages/tabbar/mine/index",
"iconPath": "static/images/tabbar_icon/5-001.png",
"selectedIconPath": "static/images/tabbar_icon/5-002.png",
"text": "我的"
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/buwangyun/mn-demo.git
git@gitee.com:buwangyun/mn-demo.git
buwangyun
mn-demo
mn_demo
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891