123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue",
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
- "global-loading": "@/components/diyLoading/index.vue"
- }
- },
- "pages": [
- // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/tabbar/index/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/store/store",
- "style": {
- "navigationBarTitleText": "本地生活",
- "enablePullDownRefresh": true,
- "app-plus": {
- "titleNView": false
- } //去掉
- }
- },
- {
- "path": "pages/red-envelope/red-envelope",
- "style": {
- "navigationBarTitleText": "地图红包",
- "app-plus": {
- "titleNView": false
- } //去掉
- }
- },
- {
- "path": "pages/tabbar/cart/index",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- },
- {
- "path": "pages/tabbar/user/index",
- "style": {
- "navigationBarTitleText": "我的",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "titleNView": false
- } //去掉
- }
- },
- {
- "path": "pages/category/index",
- "style": {
- "navigationBarTitleText": "分类"
- }
- },
- {
- "path": "pages/jump/jump",
- "style": {
- "navigationBarTitleText": "跳转",
- "app-plus": {
- "titleNView": false
- } //去掉
- }
- },
- {
- "path": "pages/choose-address/choose-address",
- "style": {
- "navigationBarTitleText": "选择定位",
- "app-plus": {
- "titleNView": false
- } //去掉
- }
- },
- {
- "path": "pages/store/fine-food/fine-food",
- "style": {
- "navigationBarTitleText": "美食饮品",
- "app-plus": {
- "titleNView": false
- } //去掉
- }
- },
- {
- "path": "pages/store/fine-food/food-nearby/food-nearby",
- "style": {
- "navigationBarTitleText": "附近美食",
- "app-plus": {
- "titleNView": false
- } //去掉
- }
- }
- ],
- "subpackages": [
- {
- "root": "pages_category_page1",
- "pages": [
- {
- "path": "discount/spikeList",
- "style": {
- "navigationBarTitleText": "秒杀专区",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "discount/groupBuy",
- "style": {
- "navigationBarTitleText": "拼团专区",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "discount/discount",
- "style": {
- "navigationBarTitleText": "限时折扣专区",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "discount/platformDiscount",
- "style": {
- "navigationBarTitleText": "限时折扣专区",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "memberCenter/activityList",
- "style": {
- "navigationBarTitleText": "会员专区",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "integral/index",
- "style": {
- "navigationBarTitleText": "我的积分",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "integral/exchangeDetail",
- "style": {
- "navigationBarTitleText": "积分兑换",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "integral/sign",
- "style": {
- "navigationBarTitleText": "签到领积分",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "coupon/list",
- "style": {
- "navigationBarTitleText": "优惠券"
- }
- },
- {
- "path": "coupon/product",
- "style": {
- "navigationBarTitleText": "可用商品"
- }
- },
- {
- "path": "goodsModule/combination",
- "style": {
- "navigationBarTitleText": "组合优惠",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "activity",
- "style": {
- "navigationBarTitleText": "热门推荐",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "search/index/index",
- "style": {
- "navigationBarTitleText": "搜索"
- }
- },
- {
- "path": "store/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "goodsModule/goodsList",
- "style": {
- "navigationBarTitleText": "商品列表"
- }
- },
- {
- "path": "goodsModule/canvasGoods",
- "style": {
- "navigationBarTitleText": "商品列表"
- }
- },
- {
- "path": "goodsModule/couponShopList",
- "style": {
- "navigationBarTitleText": "优惠券可用商品列表"
- }
- },
- {
- "path": "goodsModule/goodsDetails",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- {
- "path": "goodsModule/qADetail",
- "style": {
- "navigationBarTitleText": "问答详情"
- }
- },
- {
- "path": "goodsModule/answerList",
- "style": {
- "navigationBarTitleText": "全部问答"
- }
- },
- {
- "path": "goodsModule/putQuestions",
- "style": {
- "navigationBarTitleText": "提问"
- }
- },
- {
- "path": "goodsModule/userEvaluate",
- "style": {
- "navigationBarTitleText": "我的评价"
- }
- },
- {
- "path": "goodsModule/evaSuccessful",
- "style": {
- "navigationBarTitleText": "评价成功"
- }
- },
- {
- "path": "goodsModule/evaluateDetails",
- "style": {
- "navigationBarTitleText": "评价详情"
- }
- },
- {
- "path": "goodsModule/evaluateList",
- "style": {
- "navigationBarTitleText": "宝贝评价"
- }
- },
- {
- "path": "goodsModule/addEvaluate",
- "style": {
- "navigationBarTitleText": "追加评价"
- }
- },
- {
- "path": "goodsModule/evaluate",
- "style": {
- "navigationBarTitleText": "评价"
- }
- },
- {
- "path": "orderModule/index",
- "style": {
- "navigationBarTitleText": "订单中心"
- }
- },
- {
- "path": "orderModule/orderConfirm",
- "style": {
- "navigationBarTitleText": "购买宝贝",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "orderModule/orderDetails",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "orderModule/afterSaleApplyRefund",
- "style": {
- "navigationBarTitleText": "申请退款"
- }
- },
- {
- "path": "orderModule/afterSaleApplyRetund",
- "style": {
- "navigationBarTitleText": "申请退货"
- }
- },
- {
- "path": "orderModule/afterSaleApply",
- "style": {
- "navigationBarTitleText": "选择商品",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "orderModule/platformJoin",
- "style": {
- "navigationBarTitleText": "平台介入"
- }
- },
- {
- "path": "orderModule/paySuccessful",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "支付成功"
- }
- },
- {
- "path": "orderModule/addLogistics",
- "style": {
- "navigationBarTitleText": "填写退货物流"
- }
- },
- {
- "path": "orderModule/Intervene",
- "style": {
- "navigationBarTitleText": "平台介入"
- }
- },
- {
- "path": "distributionModule/index",
- "style": {
- "navigationBarTitleText": "分销中心",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "distributionModule/recruit",
- "style": {
- "navigationBarTitleText": "分销员招募令",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "distributionModule/salesIndex",
- "style": {
- "navigationBarTitleText": "分销中心",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "distributionModule/shareProduct",
- "style": {
- "navigationBarTitleText": "分享"
- }
- },
- {
- "path": "distributionModule/totalPersonnel",
- "style": {
- "navigationBarTitleText": "累计分销员",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "distributionModule/totalAward",
- "style": {
- "navigationBarTitleText": "累计奖励",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "distributionModule/totalClient",
- "style": {
- "navigationBarTitleText": "累计客户",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "distributionModule/unliquidated",
- "style": {
- "navigationBarTitleText": "未结算奖励",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "distributionModule/promotion",
- "style": {
- "navigationBarTitleText": "推广店铺",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "distributionModule/commodity",
- "style": {
- "navigationBarTitleText": "推广商品"
- }
- },
- {
- "path": "distributionModule/distributionOrder",
- "style": {
- "navigationBarTitleText": "我的分销订单"
- }
- },
- {
- "path": "distributionModule/invite",
- "style": {
- "navigationBarTitleText": "邀请下级"
- }
- },
- {
- "path": "orderModule/logisticsInfo",
- "style": {
- "navigationBarTitleText": "物流信息"
- }
- },
- {
- "path": "homeModule/special",
- "style": {
- "navigationBarTitleText": "专题分类"
- }
- },
- {
- "path": "goodsModule/invitePoster",
- "style": {
- "navigationBarTitleText": "生成邀请海报"
- }
- },
- {
- "path": "goodsModule/inviteSpell",
- "style": {
- "navigationBarTitleText": "邀请好友拼单",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "linkOthers/index",
- "style": {
- "navigationBarTitleText": "商家",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "memberCenter/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "memberCenter/memberSign",
- "style": {
- "navigationBarTitleText": "会员签到",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- }
- }
- ]
- },
- {
- "root": "pages_category_page2",
- "name": "pages_category_page2",
- "pages": [
- {
- "path": "userModule/accountLogin",
- "style": {
- "navigationBarTitleText": "登录",
- "app-plus": {
- "titleNView": false
- } //去掉
- }
- },
- {
- "path": "userModule/addAddress",
- "style": {
- "navigationBarTitleText": "地址管理"
- }
- },
- {
- "path": "userModule/addBankcard",
- "style": {
- "navigationBarTitleText": "银行卡"
- }
- },
- {
- "path": "userModule/address",
- "style": {
- "navigationBarTitleText": "地址管理"
- }
- },
- {
- "path": "userModule/bankcard",
- "style": {
- "navigationBarTitleText": "银行卡",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "userModule/collection",
- "style": {
- "navigationBarTitleText": "我的收藏",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "userModule/footprintList",
- "style": {
- "navigationBarTitleText": "浏览足迹",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "userModule/questionList",
- "style": {
- "navigationBarTitleText": "我的问答",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "userModule/personalDetails",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- },
- {
- "path": "userModule/coupon",
- "style": {
- "navigationBarTitleText": "我的卡券"
- }
- },
- {
- "path": "orderModule/afterSale",
- "style": {
- "navigationBarTitleText": "我的售后"
- }
- },
- {
- "path": "orderModule/returnDetails",
- "style": {
- "navigationBarTitleText": "退货详情",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "orderModule/refundDetails",
- "style": {
- "navigationBarTitleText": "退款详情",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "userModule/login",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "登录",
- "app-plus": {
- "titleNView": false
- } //去掉
- }
- },
- {
- "path": "userModule/protocol",
- "style": {
- "navigationBarTitleText": "《巨蜂》商城用户协议"
- }
- },
- {
- "path": "userModule/register",
- "style": {
- "navigationBarTitleText": "注册",
- "app-plus": {
- "titleNView": false
- } //去掉
- }
- },
- {
- "path": "userModule/memberAccount",
- "style": {
- "navigationBarTitleText": "我的账户",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- // {
- // "path": "distributionModule/distributionOrder",
- // "style": {
- // "navigationBarTitleText": "我的分销订单",
- // "navigationBarBackgroundColor": "#333333",
- // "backgroundColor": "#333333",
- // "navigationBarTextStyle": "white"
- // }
- // },
- {
- "path": "userModule/withdraw",
- "style": {
- "navigationBarTitleText": "提现"
- }
- },
- // {
- // "path": "userModule/u-city-select",
- // "style": {}
- // }, {
- // "path": "userModule/u-bank-select",
- // "style": {}
- // },
- {
- "path": "userModule/messageCenter",
- "style": {
- "navigationBarTitleText": "消息中心"
- }
- },
- {
- "path": "userModule/messageDetail",
- "style": {
- "navigationBarTitleText": "公告详情"
- }
- },
- {
- "path": "userModule/bindPhone",
- "style": {
- "navigationBarTitleText": "绑定手机号",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "userModule/mobilePhone",
- "style": {
- "navigationBarTitleText": "手机号授权",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "livePage/index",
- "style": {
- "navigationBarTitleText": "直播推荐",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "channelCoupon/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "userModule/unsubscribe",
- "style": {
- "navigationBarTitleText": "账户注销",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "userModule/unsubscribeCode",
- "style": {
- "navigationBarTitleText": "注销账户手机认证"
- }
- },
- {
- "path": "userModule/ledger",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "titleView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages_user",
- "name": "pages_user",
- "pages": [
- {
- "path": "serve/payment-completed/index",
- "style": {
- "navigationBarTitleText": "支付结果",
- "app-plus": {
- "titleNView": false
- } //去掉
- }
- },
- {
- "path": "serve/application-record/application-record",
- "style": {
- "navigationBarTitleText": "申请记录",
- "app-plus": {
- "titleNView": false
- } //去掉
- }
- },
- {
- "path": "serve/red-envelope-distribution/index",
- "style": {
- "navigationBarTitleText": "红包发放",
- "app-plus": {
- "titleNView": false
- } //去掉
- }
- },
- {
- "path": "serve/kuai-di/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "serve/kuai-di/LogisticsDetails",
- "style": {
- "navigationBarTitleText": "物流详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "serve/kuai-di/kuaiDiForm",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "serve/kuai-di/DeliveryExpress",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "serve/kuai-di/ExpressDelivery",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "serve/tuanyou/service-oil",
- "style": {
- "navigationBarTitleText": "加油",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "serve/tuanyou/tuanyouh5",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "serve/tuanyou/amount",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "serve/tuanyou/recharge",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }
- ]
- }
- ],
- // 配置文档 https://uniapp.dcloud.io/collocation/pages?id=subpackages
- "preloadRule": {
- "pages_category_page1/search/index/index": {
- "network": "all",
- "packages": [
- "pages_category_page1"
- ]
- },
- "pages_category_page1/goodsModule/inviteSpell": {
- "network": "all",
- "packages": [
- "pages_category_page1"
- ]
- },
- "pages_category_page1/goodsModule/invitePoster": {
- "network": "all",
- "packages": [
- "pages_category_page1"
- ]
- },
- "pages_category_page1/orderModule/orderDetails": {
- "network": "all",
- "packages": [
- "pages_category_page1"
- ]
- }
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "shop",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F8F8F8",
- "mp-weixin": {
- "usingComponents": {
- "send-coupon": "plugin://sendCoupon/send-coupon"
- }
- }
- },
- "tabBar": {
- "borderStyle": "black",
- "backgroundColor": "#fff",
- "color": "#CCCCCC",
- "selectedColor": "#333333",
- "fontSize": "14px",
- "height": "54px",
- "list": [
- {
- "pagePath": "pages/tabbar/index/index",
- "iconPath": "static/images/tabbar/home.png",
- "selectedIconPath": "static/images/tabbar/homeactive.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/store/store",
- "text": "本地生活",
- "iconPath": "/static/images/tabbar/paper.png",
- "selectedIconPath": "/static/images/tabbar/paper-full.png"
- },
- {
- "pagePath": "pages/red-envelope/red-envelope",
- "text": "抢红包",
- "iconPath": "/static/images/tabbar/red-pack-active.png",
- "selectedIconPath": "/static/images/tabbar/red-pack-active.png"
- },
- // {
- // "pagePath": "pages/tabbar/category/index",
- // "iconPath": "static/images/tabbar/fenlei.png",
- // "selectedIconPath": "static/images/tabbar/fenleiactive.png",
- // "text": "分类"
- // },
- {
- "pagePath": "pages/tabbar/cart/index",
- "iconPath": "static/images/tabbar/gouwuche.png",
- "selectedIconPath": "static/images/tabbar/gouwucheactive.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/tabbar/user/index",
- "iconPath": "static/images/tabbar/wode.png",
- "selectedIconPath": "static/images/tabbar/wodeactive.png",
- "text": "我的",
- "navigationBarBackgroundColor": "#333333",
- "backgroundColor": "#333333",
- "navigationBarTextStyle": "white"
- }
- ]
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [
- {
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }
- ]
- }
- }
|