1 Star 0 Fork 1

猿小苏/emo-shop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.32 KB
一键复制 编辑 原始数据 按行查看 历史
猿小苏 提交于 2023-01-29 01:04 . 实现基本功能
{
"easycom": {
"autoscan": true,
"custom": {
// uni-ui 规则如下配置
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {}
},
{
"path": "pages/cart/cart",
"style": {
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "分类"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/details/details",
"style": {
"navigationBarTitleText": "商品详情"
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "登录"
}
}
,{
"path" : "pages/order/order",
"style" :
{
"navigationBarTitleText": "确认订单",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "EMO商城",
"navigationBarBackgroundColor": "#BB2C08",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#555",
"selectedColor": "#D43C33",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/images/tabBar/tab-home.png",
"selectedIconPath": "static/images/tabBar/tab-home-current.png",
"text": "首页"
}, {
"pagePath": "pages/category/category",
"iconPath": "static/images/tabBar/tab-cate.png",
"selectedIconPath": "static/images/tabBar/tab-cate-current.png",
"text": "分类"
}, {
"pagePath": "pages/cart/cart",
"iconPath": "static/images/tabBar/tab-cart.png",
"selectedIconPath": "static/images/tabBar/tab-cart-current.png",
"text": "购物车"
}, {
"pagePath": "pages/user/user",
"iconPath": "static/images/tabBar/tab-my.png",
"selectedIconPath": "static/images/tabBar/tab-my-current.png",
"text": "个人"
}]
},
"uniIdRouter": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gisqq/emo-shop.git
git@gitee.com:gisqq/emo-shop.git
gisqq
emo-shop
emo-shop
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385