当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
2 Star 0 Fork 0

ZZF9712/FruitShop-wxapp
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 4.03 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/cart/cart",
"style": {
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/center/center",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/index/skeleton",
"style": {
"navigationBarTitleText": "骨架屏"
}
},
{
"path": "pages/index/index2",
"style": {
"navigationBarTitleText": "瀑布流"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "鲜尝客"
}
}
],
"subPackages": [
{
"root": "pagesHome",
"pages": [
{
"path": "home",
"style": {
"navigationBarTitleText": "测试首页"
}
},
{
"path": "search",
"style": {
"navigationBarTitleText": "搜索"
}
}
]
},
{
"root": "pagesShop",
"pages": [
{
"path": "shop",
"style": {
"navigationBarTitleText": "商店详情",
"enablePullDownRefresh": true,
"backgroundTextStyle":"dark"
}
}
]
},
{
"root": "pagesCenter",
"pages": [
{
"path": "order/orderCreate",
"style": {
"navigationBarTitleText": "创建订单"
}
},
{
"path": "order/order",
"style": {
"navigationBarTitleText": "我的订单"
}
},
{
"path": "order/order2",
"style": {
"navigationBarTitleText": "我的订单"
}
},
{
"path": "purse/purse",
"style": {
"navigationBarTitleText": "我的钱包"
}
},
{
"path": "address/address",
"style": {
"navigationBarTitleText": "我的收货地址"
}
},
{
"path": "address/addressAdd",
"style": {
"navigationBarTitleText": "新增收货地址"
}
},
{
"path": "address/addressUpdate",
"style": {
"navigationBarTitleText": "更新收货地址"
}
}
]
},
{
"root": "pagesLogin",
"pages": [
{
"path": "login",
"style": {
"navigationBarTitleText": "手机登录"
}
},
{
"path": "register/register",
"style": {
"navigationBarTitleText": "快速注册"
}
},
{
"path": "register/inputValidationCode",
"style": {
"navigationBarTitleText": "输入验证码"
}
},
{
"path": "register/setPassword",
"style": {
"navigationBarTitleText": "设置密码"
}
},
{
"path": "forgetPassword/forgetPassword",
"style": {
"navigationBarTitleText": "安全验证"
}
},
{
"path": "forgetPassword/resetPassword",
"style": {
"navigationBarTitleText": "重置密码"
}
}
]
}
],
"preloadRule":
{
"pages/index/index": {
"network": "all",
"packages": ["__APP__"]
},
"pages/home/home": {
"network": "all",
"packages": ["pagesHome"]
},
"pagesShop/shop": {
"network": "all",
"packages": ["pagesShop"]
},
"pages/center/center": {
"network": "all",
"packages": ["pagesCenter"]
},
"pagesLogin/login": {
"network": "all",
"packages": ["pagesLogin"]
}
},
"tabBar": {
"selectedColor": "#61AFFE",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "static/tabbar/home-CD.png",
"selectedIconPath": "static/tabbar/home-61affe.png",
"text": "首页"
},
{
"pagePath": "pages/cart/cart",
"iconPath": "static/tabbar/cart2.png",
"selectedIconPath": "static/tabbar/cart1.png",
"text": "购物车"
},
{
"pagePath": "pages/center/center",
"iconPath": "static/tabbar/center-CD.png",
"selectedIconPath": "static/tabbar/center-61affe.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "鲜尝客",
"navigationBarBackgroundColor": "#61AFFE",
"backgroundColor": "white"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ZengZF1997/FruitShop-wxapp.git
git@gitee.com:ZengZF1997/FruitShop-wxapp.git
ZengZF1997
FruitShop-wxapp
FruitShop-wxapp
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385