上传代码
This commit is contained in:
155
p-BluPrint_1.0.288888/pages.json
Normal file
155
p-BluPrint_1.0.288888/pages.json
Normal file
@ -0,0 +1,155 @@
|
||||
{
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
{
|
||||
"path" : "pages/index/index",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "订单",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/bleConnect/bleConnect",
|
||||
"style": {
|
||||
"navigationBarTitleText": "蓝牙连接"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/sendCommand/sendCommand",
|
||||
"style": {
|
||||
"navigationBarTitleText": "发送测试"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/login/login",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "登录",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/my/my",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "我的",
|
||||
"enablePullDownRefresh" : false,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/message/message",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "消息",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/product/product",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "商品管理",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/talk/talk",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "聊天",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/test/test",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "测试页面1",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/Statistics/Statistics",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "数据统计",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/testone/testone",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "测试页面1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/evaluate/evaluate",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "评价管理",
|
||||
"enablePullDownRefresh" : false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/signIn/signIn",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "注册"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/announcement/announcement",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "公告管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/orderManagement/orderManagement",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "订单管理"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"selectedColor": "#4095e5",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "订单",
|
||||
"iconPath": "static/tab/order.png",
|
||||
"selectedIconPath": "static/tab/order1.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/message/message",
|
||||
"text": "消息",
|
||||
"iconPath": "static/tab/message.png",
|
||||
"selectedIconPath": "static/tab/message1.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/my/my",
|
||||
"text": "我的",
|
||||
"iconPath": "static/tab/my.png",
|
||||
"selectedIconPath": "static/tab/my1.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"condition" : { //模式配置,仅开发期间生效
|
||||
"current": 0, //当前激活的模式(list 的索引项)
|
||||
"list": [
|
||||
{
|
||||
"name": "", //模式名称
|
||||
"path": "", //启动页面,必选
|
||||
"query": "" //启动参数,在页面的onLoad函数里面得到
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user