1 Star 0 Fork 0

coderxzq/花伴-花卉交易小程序系统 uni-app+springboot+mysql

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 6.23 KB
一键复制 编辑 原始数据 按行查看 历史
coderxzq 提交于 2024-11-27 15:23 . 第一个版本
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "登录",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/list/list",
"style" :
{
"navigationBarTitleText": "搜索列表",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/user/user",
"style" :
{
"navigationBarTitleText": "个人中心",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/detail/detail",
"style" :
{
"navigationBarTitleText": "",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/share/share",
"style" :
{
"navigationBarTitleText": "分享",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/share/addGoods",
"style" :
{
"navigationBarTitleText": "发起寄售",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/list/sale_list",
"style" :
{
"navigationBarTitleText": "寄售列表",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/list/star_list",
"style" :
{
"navigationBarTitleText": "我的收藏",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/order/order",
"style" :
{
"navigationBarTitleText": "我的订单",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/order/order_detail",
"style" :
{
"navigationBarTitleText": "我的订单",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/user/address",
"style" :
{
"navigationBarTitleText": "收货地址",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/user/edit-address",
"style" :
{
"navigationBarTitleText": "收货地址",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/order/order-submit",
"style" :
{
"navigationBarTitleText": "提交订单",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/login/register",
"style" :
{
"navigationBarTitleText": "注册",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/user/user-option/user-option",
"style" :
{
"navigationBarTitleText": "设置",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#5ca45b",
"backgroundColor": "#EFEFEF"
},
"uniIdRouter": {},
"tabBar": {
"color": "#444444",
"selectedColor": "#5ca45b",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/icon/hone-no.png",
"selectedIconPath": "static/icon/home.png",
"text": "首页"
},
{
"pagePath": "pages/share/share",
"iconPath": "static/icon/list-no.png",
"selectedIconPath": "static/icon/list.png",
"text": "分享"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/icon/user-no.png",
"selectedIconPath": "static/icon/user-s.png",
"text": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/XZQ1919/flower.git
[email protected]:XZQ1919/flower.git
XZQ1919
flower
花伴-花卉交易小程序系统 uni-app+springboot+mysql
master

搜索帮助