1 Star 0 Fork 0

一笑/vue2小馨鲜

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.94 KB
一键复制 编辑 原始数据 按行查看 历史
一笑 提交于 2024-06-04 12:37 . 初次提交
{
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path" : "pages/home/home",
"style" :
{
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/mine/mine",
"style" :
{
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/cart/cart",
"style" :
{
"navigationBarTitleText": "购物车",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "",
"selectedColor": "#e89abc",
"backgroundColor": "",
"position": "bottom",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "./static/home_1.png",
"selectedIconPath": "./static/home.png"
},
{
"pagePath": "pages/cart/cart",
"text": "购物车",
"iconPath": "./static/cart_1.png",
"selectedIconPath": "./static/cart.png"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "./static/mine_1.png",
"selectedIconPath": "./static/mine.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yixao-wl/vue2-xiaoxin-fresh.git
git@gitee.com:yixao-wl/vue2-xiaoxin-fresh.git
yixao-wl
vue2-xiaoxin-fresh
vue2小馨鲜
master

搜索帮助