加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.47 KB
一键复制 编辑 原始数据 按行查看 历史
1454345019 提交于 2020-11-18 19:05 . 卖家前端
{
"pages": [{
"path": "pages/index/order",
"style": {
"navigationBarTitleText": "订单大厅",
"app-plus":{
"bounce":"none"
}
}
},
{
"path":"pages/shopmanage/shopmanage",
"style":{
"navigationBarTitleText":"店铺管理",
"app-plus":{
"bounce":"none"
}
}
},
{
"path":"pages/settings/settings",
"style":{
"navigationBarTitleText":"我的店铺",
"app-plus":{
"titleNView":{
"buttons":[
{
"float":"right",
"fontSize":"15px",
"type":"none",
"text":"设置"
}
]
}
}
}
},
{
"path":"pages/settings/login",
"style":{
"navigationBarBackgroundColor":"#007AFF",
"navigationBarTitleText":"商家登陆"
}
},
{
"path":"pages/settings/register",
"style":{
"navigationBarTitleText":"商家注册",
"navigationBarTextStyle":"white",
"navigationBarBackgroundColor":"#007AFF"
}
},
{
"path":"pages/settings/logout",
"style":{
"navigationBarTitleText":"设置",
"navigationBarTextStyle":"white",
"navigationBarBackgroundColor":"#007AFF"
}
},
{
"path":"pages/settings/createShop",
"style":{
"navigationBarTitleText":"创建店铺",
"navigationBarTextStyle":"white",
"navigationBarBackgroundColor":"#007AFF"
}
},
{
"path":"pages/shopmanage/addproduct",
"style":{
"navigationBarTitleText":"添加商品",
"navigationBarTextStyle":"white",
"navigationBarBackgroundColor":"#007AFF"
}
},
{
"path":"pages/index/currentorder",
"style":{
"navigationBarTitleText":"当前订单",
"navigationBarTextStyle":"white",
"navigationBarBackgroundColor":"#007AFF",
"app-plus":{
"bounce":"none"
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#FFFFFF"
},
"tabBar":{
"color":"#999794",
"selectedColor":"#51b3f6",
"borderStyle":"white",
"backgroundColor":"#fafafa",
"list":[{
"pagePath":"pages/index/order",
"iconPath":"static/dingdanchuli0.png",
"selectedIconPath":"static/dingdanchuli1.png",
"text":"订单处理"
},
{
"pagePath":"pages/shopmanage/shopmanage",
"iconPath":"static/dianpuduanli01.png",
"selectedIconPath":"static/dianpuguanli02.png",
"text":"店铺管理"
},
{
"pagePath":"pages/settings/settings",
"iconPath":"static/shangjiaguanli01.png",
"selectedIconPath":"static/shangjiaguanli02.png",
"text":"商家中心"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化