1 Star 0 Fork 2

zxyuns/uniapp_shop

forked from zkaiyue/uniapp_shop 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
pages.json 5.07 KB
Copy Edit Raw Blame History
zkaiyue authored 2022-06-05 13:15 . 第一次提交
{
"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": "我的"
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zxyuns/uniapp_shop.git
git@gitee.com:zxyuns/uniapp_shop.git
zxyuns
uniapp_shop
uniapp_shop
master

Search

0d507c66 1850385 C8b1a773 1850385