You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
202 lines
5.5 KiB
202 lines
5.5 KiB
{
|
|
"pages": [
|
|
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
{
|
|
"path": "pages/client/index",
|
|
"style": {
|
|
"navigationBarTitleText": "客户",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/client-list/index",
|
|
"style": {
|
|
"navigationBarTitleText": "客户列表",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/search/index",
|
|
"style": {
|
|
"navigationBarTitleText": "客户搜索",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/add-user/index",
|
|
"style": {
|
|
"navigationBarTitleText": "添加客户",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/trade/index",
|
|
"style": {
|
|
"navigationBarTitleText": "交易",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mall/index",
|
|
"style": {
|
|
"navigationBarTitleText": "商城"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/index",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/agreement/index",
|
|
"style": {
|
|
"navigationBarTitleText": "用户与隐私协议"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/client-detail/index",
|
|
"style": {
|
|
"navigationBarTitleText": "客户详情",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
,{
|
|
"path" : "pages/client-detail/basic-information",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "pages/client-detail/equipment-information",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "pages/client-detail/base-paper-deals",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "pages/client-detail/waste-paper-trading",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "components/u-gap/u-gap",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "components/not-logged/not-logged",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "pages/trade/quotationList",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "pages/trade/orderList",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
,{
|
|
"path" : "pages/trade/my-offer",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "我的报价",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"backgroundColorTop": "#FFFFFF"
|
|
},
|
|
"tabBar": {
|
|
"color": "#888",
|
|
"selectedColor": "#007AFF",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#f9f9f9",
|
|
"list": [{
|
|
"pagePath": "pages/client/index",
|
|
"iconPath": "static/imgs/tabbar/client-gray.png",
|
|
"selectedIconPath": "static/imgs/tabbar/client-blue.png",
|
|
"text": "客户"
|
|
},
|
|
{
|
|
"pagePath": "pages/trade/index",
|
|
"iconPath": "static/imgs/tabbar/trade-gray.png",
|
|
"selectedIconPath": "static/imgs/tabbar/trade-blue.png",
|
|
"text": "交易"
|
|
},
|
|
{
|
|
"pagePath": "pages/mall/index",
|
|
"iconPath": "static/imgs/tabbar/mall-gray.png",
|
|
"selectedIconPath": "static/imgs/tabbar/mall-blue.png",
|
|
"text": "纸商城"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/index",
|
|
"iconPath": "static/imgs/tabbar/mine-gray.png",
|
|
"selectedIconPath": "static/imgs/tabbar/mine-blue.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"condition": {
|
|
//模式配置,仅开发期间生效
|
|
"current": 0, //当前激活的模式(list 的索引项)
|
|
"list": [{
|
|
"name": "", //模式名称
|
|
"path": "", //启动页面,必选
|
|
"query": "" //启动参数,在页面的onLoad函数里面得到
|
|
}]
|
|
}
|
|
}
|