代码拉取完成,页面将自动刷新
{
"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"
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。