1 Star 0 Fork 8

bcsvr.com/score_1

forked from tony/score 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.67 KB
一键复制 编辑 原始数据 按行查看 历史
冯兴 提交于 2022-12-10 10:10 . 完善项目
{
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/startup",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/me/check_record_detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/me/check_record",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/me/scan",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/me/answer",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/exchange/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/me/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/me/shopAddress",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/exchange/code",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/points_record",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/index/points_make",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/goods_detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/me/rank",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/login/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/login/getPhone",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/register/index",
"style": {
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "幸福积分",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#f5f5f5"
},
"tabBar": {
"color": "#333333",
"selectedColor": "#e1251b",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-active.png",
"text": "首页"
},
{
"pagePath": "pages/exchange/index",
"iconPath": "static/tabbar/exchange.png",
"selectedIconPath": "static/tabbar/exchange-active.png",
"text": "兑换"
},
{
"pagePath": "pages/me/index",
"iconPath": "static/tabbar/me.png",
"selectedIconPath": "static/tabbar/me-active.png",
"text": "我的"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/bcsvr/score_1.git
git@gitee.com:bcsvr/score_1.git
bcsvr
score_1
score_1
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385