3 Star 3 Fork 2

yyyangyx/rollercat-wxapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 6.34 KB
一键复制 编辑 原始数据 按行查看 历史
yyyangyx 提交于 2020-03-04 10:17 . feat(实训项目): 实训完成模块
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {}
},
{
"path": "pages/login/phoneLogin/phoneLogin",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/research/research",
"style": {
"navigationBarTitleText": "发现",
"usingComponents": {
"van-search": "/wxcomponents/vant-weapp/dist/search/index",
"van-sticky": "/wxcomponents/vant-weapp/dist/sticky/index"
}
}
}, {
"path": "pages/corporation/corporation",
"style": {
"navigationBarTitleText": "社团"
}
}, {
"path": "pages/center/center",
"style": {
"navigationBarTitleText": "我的"
}
}, {
"path": "pages/corporation/applyJoin/applyJoin",
"style": {
"navigationBarTitleText": "申请加入"
}
},
{
"path": "pages/try/try",
"style": {
"navigationBarTitleText": "测试"
}
}, {
"path": "pages/corporation/askList/askList",
"style": {
"navigationBarTitleText": "请假",
"usingComponents": {
"van-field": "/wxcomponents/vant-weapp/dist/field/index"
}
}
}, {
"path": "pages/center/userInfo/userInfo",
"style": {
"navigationBarTitleText": "我的信息"
}
}, {
"path": "pages/center/deliveryAddress/deliveryAddress",
"style": {
"navigationBarTitleText": "收货地址",
"usingComponents": {
"van-swipe-cell": "/wxcomponents/vant-weapp/dist/swipe-cell/index"
}
}
}, {
"path": "pages/center/deliveryAddress/insertAddress/insertAddress",
"style": {
"navigationBarTitleText": "新建/编辑地址",
"usingComponents": {
"van-switch": "/wxcomponents/vant-weapp/dist/switch/index"
}
}
}, {
"path": "pages/center/newsNotice/newsNotice",
"style": {
"navigationBarTitleText": "消息通知"
}
}, {
"path": "pages/center/newsNotice/newsDetial/newsDetial",
"style": {
"navigationBarTitleText": "消息详情"
}
}
,{
"path" : "pages/corporation/activityDetail/activityDetail",
"style" : {
"navigationBarTitleText": "活动详情"
}
}
,{
"path" : "pages/corporation/memberList/memberList",
"style" : {
"navigationBarTitleText": "成员表"
}
}
,{
"path" : "pages/corporation/honourList/honourList",
"style" : {
"navigationBarTitleText": "荣誉奖项"
}
}
],
"subPackages": [{
"root": "pagesA",
"pages": [{
"path": "pages/quickRegister/index",
"style": {
"navigationBarTitleText": "快速注册",
"usingComponents": {
"van-steps": "/wxcomponents/vant-weapp/dist/steps/index",
"van-checkbox": "/wxcomponents/vant-weapp/dist/checkbox/index"
}
}
}, {
"path": "pages/forgetPassword/forgetPassword",
"style": {
"navigationBarTitleText": "忘记密码",
"usingComponents": {
"van-steps": "/wxcomponents/vant-weapp/dist/steps/index"
}
}
}, {
"path": "pages/groceryStore/groceryStore",
"style": {
"navigationBarTitleText": "杂货铺",
"usingComponents": {
"van-search": "/wxcomponents/vant-weapp/dist/search/index",
"van-card": "/wxcomponents/vant-weapp/dist/card/index",
"van-tab": "/wxcomponents/vant-weapp/dist/tab/index",
"van-tabs": "/wxcomponents/vant-weapp/dist/tabs/index",
"van-stepper": "/wxcomponents/vant-weapp/dist/stepper/index"
}
}
}, {
"path": "pages/groceryStore/shopingCar/shopingCar",
"style": {
"navigationBarTitleText": "购物车",
"usingComponents": {
"van-card": "/wxcomponents/vant-weapp/dist/card/index",
"van-checkbox": "/wxcomponents/vant-weapp/dist/checkbox/index",
"van-checkbox-group": "/wxcomponents/vant-weapp/dist/checkbox-group/index",
"van-stepper": "/wxcomponents/vant-weapp/dist/stepper/index",
"van-button": "/wxcomponents/vant-weapp/dist/button/index"
}
}
}, {
"path": "pages/groceryStore/commodityDetail/commodityDetail",
"style": {
"navigationBarTitleText": "商品详情"
}
}, {
"path": "pages/groceryStore/orderDetial/orderDetial",
"style": {
"navigationBarTitleText": "订单详情",
"usingComponents": {
"van-card": "/wxcomponents/vant-weapp/dist/card/index",
"van-stepper": "/wxcomponents/vant-weapp/dist/stepper/index",
"van-swipe-cell": "/wxcomponents/vant-weapp/dist/swipe-cell/index",
"van-dialog": "/wxcomponents/vant-weapp/dist/dialog/index",
"van-button": "/wxcomponents/vant-weapp/dist/button/index"
}
}
}, {
"path": "pages/groceryStore/orderRecord/orderRecord",
"style": {
"navigationBarTitleText": "订购详情",
"usingComponents": {
"van-card": "/wxcomponents/vant-weapp/dist/card/index",
"van-tab": "/wxcomponents/vant-weapp/dist/tab/index",
"van-tabs": "/wxcomponents/vant-weapp/dist/tabs/index"
}
}
},{
"path" : "pages/groceryStore/orderRecord/orderRecordDetail/orderRecordDetail",
"style" : {
"navigationBarTitleText": "订单详情",
"usingComponents": {
"van-card": "/wxcomponents/vant-weapp/dist/card/index",
"van-button": "/wxcomponents/vant-weapp/dist/button/index"
}
}
}]
}],
"preloadRule": {
"pages/login/login": {
"network": "all",
"packages": ["__APP__"]
},
"pages/center/center": {
"network": "all",
"packages": ["pagesA"]
}
},
"tabBar": {
"selectedColor": "#53A4FC",
"borderStyle": "black",
"color": "#8a8a8a",
"list": [{
"pagePath": "pages/research/research",
"iconPath": "static/tabbar/share.png",
"selectedIconPath": "static/tabbar/share_active.png",
"text": "发现"
},
{
"pagePath": "pages/corporation/corporation",
"iconPath": "static/tabbar/corporaton.png",
"selectedIconPath": "static/tabbar/corporation_active.png",
"text": "社团"
},
{
"pagePath": "pages/center/center",
"iconPath": "static/tabbar/avatar_url.png",
"selectedIconPath": "static/tabbar/avatar_url_active.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "轮滑猫",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"usingComponents": {
"van-checkbox": "/wxcomponents/vant-weapp/dist/checkbox/index",
"van-dialog": "/wxcomponents/vant-weapp/dist/dialog/index"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yyyangyx/rollercat-wxapp.git
git@gitee.com:yyyangyx/rollercat-wxapp.git
yyyangyx
rollercat-wxapp
rollercat-wxapp
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385