加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 29.48 KB
一键复制 编辑 原始数据 按行查看 历史
码上致富 提交于 2022-09-29 15:07 . 首次提交
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870
{
"easycom": {
"autoscan": true,
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
"^goshop-(.*)": "@/components/goshop-$1/goshop-$1.vue" // 匹配components目录内的vue文件
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/tabbar/home/home",
"style": {
"navigationBarTitleText": "%page.home.title%",
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"bounce": "none"
}
}
,{
"path" : "pages/tabbar/find/find",
"style" :
{
"navigationBarTitleText": "%page.find.title%",
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"bounce": "none"
}
}
,{
"path" : "pages/tabbar/news/news",
"style" :
{
"navigationBarTitleText": "%page.msg.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/tabbar/mine/mine",
"style" :
{
"navigationBarTitleText": "%page.mine.title%",
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"bounce": "none"
}
}
,{
"path" : "pages/tabbar/home/swiper/attention",
"style" :
{
"navigationBarTitleText": "%page.attention.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/tabbar/home/swiper/recommend",
"style" :
{
"navigationBarTitleText": "%page.recommend.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/tabbar/home/swiper/city",
"style" :
{
"navigationBarTitleText": "%page.city.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/common/address/address",
"style" :
{
"navigationBarTitleText": "%page.address.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "ship_address"
}
}
,{
"path" : "pages/common/address/edit",
"style" :
{
"navigationBarTitleText": "%page.addressedit.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "address_edit"
}
}
,{
"path" : "pages/common/help/help",
"style" :
{
"navigationBarTitleText": "%page.help.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "help_center"
}
}
,{
"path" : "pages/common/feedback/feedback",
"style" :
{
"navigationBarTitleText": "%page.feedback.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "feedback"
}
}
,{
"path" : "pages/common/order/bought",
"style" :
{
"navigationBarTitleText": "%page.bought.title%",
"enablePullDownRefresh": true,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "bought"
}
}
,{
"path" : "pages/common/order/info",
"style" :
{
"navigationBarTitleText": "%page.info.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "order_info"
}
}
,{
"path" : "pages/common/order/sold",
"style" :
{
"navigationBarTitleText": "%page.sold.title%",
"enablePullDownRefresh": true,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "order_sold"
}
}
,{
"path" : "pages/common/order/published",
"style" :
{
"navigationBarTitleText": "%page.published.title%",
"enablePullDownRefresh": true,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "order_published"
}
}
,{
"path" : "pages/common/center/center",
"style" :
{
"navigationBarTitleText": "%page.center.title%",
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"bounce": "none"
}
}
,{
"path" : "pages/common/mine/attention",
"style" :
{
"navigationBarTitleText": "%page.attention.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "attention"
}
}
,{
"path" : "pages/common/mine/collect",
"style" :
{
"navigationBarTitleText": "%page.collect.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "collect"
}
}
,{
"path" : "pages/common/mine/footprint",
"style" :
{
"navigationBarTitleText": "%page.footprint.title%",
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white",
"bounce": "none"
},
"meta": {
"auth": true,
"name": "footprint"
}
}
,{
"path" : "pages/common/post/post",
"style" :
{
"navigationBarTitleText": "%page.post.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "post"
}
}
,{
"path" : "pages/common/settings/settings",
"style" :
{
"navigationBarTitleText": "%page.settings.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "settings"
}
}
,{
"path" : "pages/common/settings/material",
"style" :
{
"navigationBarTitleText": "%page.material.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "material"
}
}
,{
"path" : "pages/common/update/old_mobile",
"style" :
{
"navigationBarTitleText": "%page.oldmobile.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "old_mobile"
}
}
,{
"path" : "pages/common/update/new_mobile",
"style" :
{
"navigationBarTitleText": "%page.newmobile.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "new_mobile"
}
}
,{
"path" : "pages/common/update/password_en",
"style" :
{
"navigationBarTitleText": "%page.password.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "update_password"
}
},{
"path" : "pages/common/update/password_zh",
"style" :
{
"navigationBarTitleText": "%page.password.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "update_password"
}
}
,{
"path" : "pages/common/update/nick_name",
"style" :
{
"navigationBarTitleText": "%page.nickname.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "update_nick_name"
}
}
,{
"path" : "pages/common/update/introduction",
"style" :
{
"navigationBarTitleText": "%page.introduction.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "update_introduction"
}
}
,{
"path" : "pages/common/good/info",
"style" :
{
"navigationBarTitleText": "%page.goodinfo.title%",
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"bounce": "none"
},
"meta": {
"auth": false,
"name": "good_info"
}
}
,{
"path" : "pages/common/order/evaluate",
"style" :
{
"navigationBarTitleText": "%page.goodinfo.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": false,
"name": "order_evaluate"
}
}
,{
"path" : "pages/common/wallet/wallet",
"style" :
{
"navigationBarTitleText": "%page.goodinfo.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "wallet"
}
}
,{
"path" : "pages/common/wallet/record",
"style" :
{
"navigationBarTitleText": "%page.record.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "wallet_record"
}
}
,{
"path" : "pages/common/wallet/info",
"style" :
{
"navigationBarTitleText": "%page.record.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "wallet_info"
}
}
,{
"path" : "pages/common/public/login",
"style" :
{
"navigationBarTitleText": "%page.login.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/common/public/webView",
"style" :
{
"navigationBarTitleText": "网页",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
}
}
,{
"path" : "pages/common/public/register",
"style" :
{
"navigationBarTitleText": "%page.register.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/common/public/complete",
"style" :
{
"navigationBarTitleText": "%page.complete.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
},{
"path" : "pages/common/public/complete_one",
"style" :
{
"navigationBarTitleText": "%page.complete.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/common/good/release",
"style" :
{
"navigationBarTitleText": "%page.releasegood.title%",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"bounce": "none"
},
"meta": {
"auth": true,
"name": "good_release"
}
}
,{
"path" : "pages/common/post/release",
"style" :
{
"navigationBarTitleText": "%page.releasepost.title%",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"bounce": "none"
},
"meta": {
"auth": true,
"name": "post_release"
}
}
,{
"path" : "pages/common/good/evaluate",
"style" :
{
"navigationBarTitleText": "%page.evaluatelist.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/common/good/buy",
"style" :
{
"navigationBarTitleText": "%page.goodbuy.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "good_buy"
}
}
,{
"path" : "pages/common/order/pay",
"style" :
{
"navigationBarTitleText": "%page.orderpay.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "good_pay"
}
}
,{
"path" : "pages/common/chat/chat",
"style" :
{
"navigationBarTitleText": "%page.chat.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
},
"meta": {
"auth": true,
"name": "chat"
}
}
,{
"path" : "pages/common/seller/premium",
"style" :
{
"navigationBarTitleText": "%page.premium.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/common/seller/newbie",
"style" :
{
"navigationBarTitleText": "%page.newbie.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/common/ranking/ranking",
"style" :
{
"navigationBarTitleText": "%page.ranking.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/common/language/language",
"style" :
{
"navigationBarTitleText": "%page.language.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/common/search/search",
"style" :
{
"navigationBarTitleText": "%page.search.title%",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/common/wallet/recharge",
"style" :
{
"navigationBarTitleText": "%page.recharge.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "recharge"
}
}
,{
"path" : "pages/common/wallet/withdraw",
"style" :
{
"navigationBarTitleText": "%page.withdraw.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "withdraw"
}
}
,{
"path" : "pages/common/msg/system",
"style" :
{
"navigationBarTitleText": "%page.systemmsg.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "withdraw"
}
}
,{
"path" : "pages/common/msg/interact",
"style" :
{
"navigationBarTitleText": "%page.interactmsg.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "withdraw"
}
}
,{
"path" : "pages/common/msg/order",
"style" :
{
"navigationBarTitleText": "%page.ordermsg.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "withdraw"
}
}
,{
"path" : "pages/common/return/sale",
"style" :
{
"navigationBarTitleText": "%page.saletype.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "sale"
}
}
,{
"path" : "pages/common/order/ship",
"style" :
{
"navigationBarTitleText": "%page.ship.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "ship"
}
}
,{
"path" : "pages/common/return/refund",
"style" :
{
"navigationBarTitleText": "%page.refund.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "refund"
}
}
,{
"path" : "pages/common/return/refunds",
"style" :
{
"navigationBarTitleText": "%page.refunds.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "refunds"
}
}
,{
"path" : "pages/common/return/exchange",
"style" :
{
"navigationBarTitleText": "%page.exchange.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "exchange"
}
}
,{
"path" : "pages/common/help/info",
"style" :
{
"navigationBarTitleText": "%page.helpinfo.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white",
"bounce": "none"
},
"meta": {
"auth": false,
"name": "help_info"
}
}
,{
"path" : "pages/common/auth/zh_auth",
"style" :
{
"navigationBarTitleText": "%page.auth.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "zh_auth"
}
},
{
"path" : "pages/common/auth/en_auth",
"style" :
{
"navigationBarTitleText": "%page.auth.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": true,
"name": "en_auth"
}
},{
"path" : "pages/common/public/login_one",
"style" :
{
"navigationBarTitleText": "%page.login.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": false,
"name": "login_one"
}
},{
"path" : "pages/common/public/register_one",
"style" :
{
"navigationBarTitleText": "%page.register.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": false,
"name": "register_one"
}
}
,{
"path" : "pages/common/hint/pay_success",
"style" :
{
"navigationBarTitleText": "%page.hint.paysuccess.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": false,
"name": "pay_success"
}
}
,{
"path" : "pages/common/update/old_mail",
"style" :
{
"navigationBarTitleText": "%page.oldmail.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": false,
"name": "pay_success"
}
}
,{
"path" : "pages/common/update/new_mail",
"style" :
{
"navigationBarTitleText": "%page.newmail.title%",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
},
"meta": {
"auth": false,
"name": "pay_success"
}
}
,{
"path" : "pages/common/gold/recharge",
"style" :
{
"navigationBarTitleText": "金币充值",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#ff5d50",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#000000",
"borderStyle": "white",
"backgroundColor": "#fefbfb",
"list": [{
"text": "%tabbar.home.text%",
"pagePath": "pages/tabbar/home/home",
"iconPath": "static/imgs/tabbar/home_no.png",
"selectedIconPath": "static/imgs/tabbar/home_yes.png"
},
{
"text": "%tabbar.find.text%",
"pagePath": "pages/tabbar/find/find",
"iconPath": "static/imgs/tabbar/find_no.png",
"selectedIconPath": "static/imgs/tabbar/find_yes.png"
},
{
"text": "%tabbar.news.text%",
"pagePath": "pages/tabbar/news/news",
"iconPath": "static/imgs/tabbar/news_no.png",
"selectedIconPath": "static/imgs/tabbar/news_yes.png"
},
{
"text": "%tabbar.mine.text%",
"pagePath": "pages/tabbar/mine/mine",
"iconPath": "static/imgs/tabbar/mine_no.png",
"selectedIconPath": "static/imgs/tabbar/mine_yes.png"
}],
"midButton": {
"width": "70px",
"height": "70px",
"iconWidth": "50px",
"iconPath": "static/imgs/tabbar/release.png"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化