Fetch the repository succeeded.
This action will force synchronization from zkaiyue/uniapp_shop, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/auth/auth",
"style" :
{
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/cart/cart",
"style" :
{
"navigationBarTitleText": "购物车",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/goods/goods",
"style" :
{
"navigationBarTitleText": "商品",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/auth/login",
"style" :
{
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/auth/register",
"style" :
{
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/auth/baseInfo",
"style" :
{
"navigationBarTitleText": "修改个人信息",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/goods/goods-detail",
"style" :
{
"navigationBarTitleText": "商品详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/center/address/address",
"style" :
{
"navigationBarTitleText": "个人地址",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/center/address/addSite",
"style" :
{
"navigationBarTitleText": "设置地址",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/cart/preview",
"style" :
{
"navigationBarTitleText": "订单预览",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/center/orders/myOrders",
"style" :
{
"navigationBarTitleText": "我的所有订单",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/center/orders/orders",
"style" :
{
"navigationBarTitleText": "订单详情",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#707070",
"selectedColor": "#1296db",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/icon/souye.png",
"selectedIconPath": "static/icon/souye_HL.png",
"text": "首页"
}, {
"pagePath": "pages/goods/goods",
"iconPath": "static/icon/goods.png",
"selectedIconPath": "static/icon/goods_HL.png",
"text": "商品"
},
{
"pagePath": "pages/cart/cart",
"iconPath": "static/icon/cart.png",
"selectedIconPath": "static/icon/cart_HL.png",
"text": "商品"
},
{
"pagePath": "pages/auth/auth",
"iconPath": "static/icon/user.png",
"selectedIconPath": "static/icon/user_HL.png",
"text": "我的"
}]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。