13 Star 1 Fork 0

蒙世龙/shuyi-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 16.30 KB
一键复制 编辑 原始数据 按行查看 历史
slmeng77 提交于 2020-12-27 00:38 . 初始化项目
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748
{
"easycom": { //组件默认寻找规则, c-为自定义组件
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
"^c-(.*)": "@/components/c-$1/index.vue"
},
"pages": [{
"path": "pages/main/main",
"style": {
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
}, {
"path": "pages/myinfomation/myinfomation",
"style": {
"navigationBarTitleText": "信息管理",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/book_cart/book_cart",
"navigationBarTitleText": "全部分类",
"style": {
"navigationBarTitleText": "借书车"
}
}, {
"path": "pages/book-selection-car/book-selection-car",
"style": {
// "navigationBarBackgroundColor":"#00BFFF"
"navigationBarTitleText": "借书车"
}
},
{
"path": "pages/mineFriend/mineFriend",
"style": {
"navigationBarTitleText": "我的好友",
"navigationBarBackgroundColor": "#6C40F3"
}
},
{
"path": "pages/friend/friend",
"style": {
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/Bdetail/Bdetail",
"style": {
"navigationBarTitleText": "书籍详情",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/jianshu/fenlei",
"style": {
"navigationBarTitleText": "分类",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/jianshu/newb",
"style": {
"navigationBarTitleText": "最新推荐",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/jianshu/person",
"style": {
"navigationBarTitleText": "猜你喜欢",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/jianshu/remen",
"style": {
"navigationBarTitleText": "热门推荐",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/sousuo/fujin",
"style": {
"navigationBarTitleText": "附近",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/sousuo/book",
"style": {
"navigationBarTitleText": "书籍分类",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/sousuo/fujinB",
"style": {
"navigationBarTitleText": "附近的书",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/sousuo/sousuo",
"style": {
"navigationBarTitleText": "搜索",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/my/card",
"style": {
"navigationBarTitleText": "借书卡",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/my/jszlist",
"style": {
"navigationBarTitleText": "借书列表",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/my/xuig",
"style": {
"navigationBarTitleText": "修改",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/zhaob/blist",
"style": {
"navigationBarTitleText": "图书列表",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/zhaob/zhaob",
"style": {
"navigationBarTitleText": "找书",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
}, {
"path": "pages/my_reserve_Spage/reserve_SpageR",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my_reserve_Spage/reserve_SpageL",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/readLabel/readLabel",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/readLabel/readLabelNew",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/privateSpace/privateSpace",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/build",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/chengy",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/jianj",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/join",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/lib",
"style": {
"navigationBarTitleText": "我的图书馆",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
}, {
"path": "pages/my/mylib",
"style": {
"navigationBarTitleText": "好友图书馆",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
}, {
"path": "pages/my/mylibrary",
"style": {
"navigationBarTitleText": "个人图书馆",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
}, {
"path": "pages/my/tushu",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/yind/yind",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/sousuo/Gzhu",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/sousuo/Hyou",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/Setup/Setup",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/friend/friends_rank",
"style": {
"navigationBarTitleText": "好友排行",
"enablePullDownRefresh": false
}
}, {
"path": "pages/friend/friendSearch",
"style": {
"navigationBarTitleText": "搜索好友",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
"root": "pages_borrow_books",
"pages": [{
"path": "pages/appointment/appointment",
"style": {
"navigationBarTitleText": "预约",
"navigationBarBackgroundColor": "#6C40F3"
}
},
{
"path": "pages/appointment/abolish",
"style": {
"navigationBarTitleText": "取消预约",
"navigationBarBackgroundColor": "#6C40F3"
}
},
{
"path": "pages/appointment/confirm",
"style": {
"navigationBarTitleText": "确认收货",
"navigationBarBackgroundColor": "#6C40F3"
}
},
{
"path": "pages/appointment/contact-booking-agent",
"style": {
"navigationBarTitleText": "联系持书人",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/appointment/logistics",
"style": {
// "navigationStyle": custom
"navigationBarTitleText": "物流查看",
"navigationBarBackgroundColor": "#6C40F3"
}
},
{
"path": "pages/appointment/index",
"style": {
"navigationBarTitleText": "面对面借书"
}
}, {
"path": "pages/components/orders",
"style": {
"navigationBarTitleText": "线上预约"
}
},
{
"path": "pages/components/trade",
"style": {
"navigationBarTitleText": "面对面交易中"
}
},
{
"path": "pages/components/logistic",
"style": {
"navigationBarTitleText": "物流配送中",
"navigationBarBackgroundColor": "#6C40F3"
}
},
{
"path": "pages/components/fail",
"style": {
"navigationBarTitleText": "预约失败",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"titleNView": {
"buttons": [ //原生标题栏按钮配置,
{
"type": "none",
"text": "\u2713",
"float": "right"
}
]
}
}
}
},
{
"path": "pages/return-books/return-books",
"style": {
"navigationBarTitleText": "还书",
"navigationBarBackgroundColor": "#6C40F3"
}
},
{
"path": "pages/return-books/contact-order-agent",
"style": {
"navigationBarTitleText": "联系预约人",
"navigationBarBackgroundColor": "#6C40F3"
}
},
{
"path": "pages/borrow/borrow",
"style": {
"navigationBarTitleText": "借书",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/borrow/face_to_face",
"style": {
"navigationBarTitleText": "面对面借书"
}
}, {
"path": "pages/borrow_and_return/borrow_and_return",
"style": {
"navigationBarTitleText": "借还记录",
"enablePullDownRefresh": false
}
},
{
"path": "pages/return/return",
"style": {
"navigationBarTitleText": "面对面还书",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/borrow_and_return/borrow_and_returnXQ",
"style": {
"navigationBarTitleText": "订单详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "确认订单"
}
},
{
"path": "pages/allOrders/index",
"style": {
"navigationBarTitleText": "预约"
}
}, {
"path": "pages/my_reserve/my_reserve",
"style": {
"navigationBarTitleText": "预约记录",
"navigationBarBackgroundColor": "#6C40F3"
}
}
]
}, {
"root": "pages_minor",
"pages": []
}, {
"root": "pages_read_circle",
"pages": [{
"path": "pages/readCircle/readCircle",
"style": {
"navigationBarTitleText": "阅读圈子",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/readCircle/readCircleNew",
"style": {
"navigationBarTitleText": "新建圈子",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/readCircle/readCircleXQ",
"style": {
"navigationBarTitleText": "圈子详情",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/readCircle/readCircleNR",
"style": {
"navigationBarTitleText": "圈子详情",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/readCircle/readCicleMore",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/readCirclepage/CircleNR_Life",
"style": {
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/readCirclepage/CircleNR_Right",
"style": {
"navigationBarTitleText": "圈文",
"enablePullDownRefresh": false
}
}, {
"path": "pages/readCirclepage/CircleXQLife",
"style": {
"navigationBarTitleText": "圈子信息",
"enablePullDownRefresh": false
}
}, {
"path": "pages/readCirclepage/CircleXQRight",
"style": {
"navigationBarTitleText": "圈子成员",
"enablePullDownRefresh": false
}
}, {
"path": "pages/readCircle/readExperience",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/readCirclepage/readExperDZ",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/readCirclepage/readExperPL",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/index/publish",
"style": {
"navigationBarTitleText": "发表",
"navigationBarBackgroundColor": "#6C40F3"
}
},
{
"path": "pages/index/MyExperience",
"style": {
"navigationBarTitleText": "我的心得",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/index/MyExper",
"style": {
"navigationBarTitleText": "我要发表",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/index/SerchExper",
"style": {
"navigationBarTitleText": "搜索心得",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/index/yifabiao",
"style": {
"navigationBarTitleText": "已发表",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/index/wuliu",
"style": {
"navigationBarTitleText": "物流设置",
"navigationBarBackgroundColor": "#6C40F3"
}
},
{
"path": "pages/personal/personal_home",
"style": {
"navigationBarTitleText": "我的主页",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
}, {
"path": "pages/personal/Mynotice",
"style": {
"navigationBarTitleText": "通知消息",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/personal/XiTonMessage",
"style": {
"navigationBarTitleText": "系统消息",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/personal/unChat",
"style": {
"navigationBarTitleText": "聊天页面",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/personal/Shejiao_notice",
"style": {
"navigationBarTitleText": "社交消息",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/personal/BandR_notice",
"style": {
"navigationBarTitleText": "借还消息",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/personal/serve_chat",
"style": {
"navigationBarTitleText": "书易客服",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/personal/Lib_ser_chat",
"style": {
"navigationBarTitleText": "图书馆客服",
"navigationBarBackgroundColor": "#6C40F3"
}
},
{
"path": "pages/personal-library/personal-library",
"style": {
"navigationBarTitleText": "个人图书馆",
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/personal-library/shareBook",
"style": {
"navigationBarTitleText": "添加共享图书",
"navigationBarBackgroundColor": "#6C40F3",
"app-plus": {
"titleNView": {
"buttons": []
}
}
}
}, {
"path": "pages/mycollection/mycollection",
"style": {
"navigationBarTitleText": "我的收藏",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/mycollection/mycollbook",
"style": {
"navigationBarTitleText": "收藏的书",
"navigationBarBackgroundColor": "#6C40F3"
}
}, {
"path": "pages/mycollection/xinjiang",
"style": {
"navigationBarTitleText": "添加图书",
"navigationBarBackgroundColor": "#6C40F3"
}
}]
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#6C40F3",
"backgroundColor": "#F8F8F8"
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"tabBar": {
"backgroundColor": "#FFFFFF",
"color": "#8A8A8A",
"selectedColor": "#0044dd",
"list": [{
"pagePath": "pages/main/main",
"text": "首页",
"iconPath": "/static/images/main_icon2x.png",
"selectedIconPath": "/static/images/main_icon_active2x.png"
},
{
"pagePath": "pages/friend/friend",
"text": "通讯录",
"iconPath": "/static/images/friend_icon2x.png",
"selectedIconPath": "/static/images/friend_icon_active2x.png"
},
{
"pagePath": "pages/book_cart/book_cart",
"text": "借书车",
"iconPath": "./static/images/book_car_icon2x.png",
"selectedIconPath": "/static/images/book_car_icon_active2x.png"
}, {
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "/static/images/myicon2x.png",
"selectedIconPath": "/static/images/my_icon_active2x.png"
}
]
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mengsl/shuyi-app.git
git@gitee.com:mengsl/shuyi-app.git
mengsl
shuyi-app
shuyi-app
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385