|
@@ -193,6 +193,13 @@
|
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ "path": "pages/sales/index", // 销售
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "销售",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"path": "pages/sales/productPricing", // 产品报价
|
|
|
"style": {
|
|
@@ -219,17 +226,18 @@
|
|
|
"pagePath": "pages/sales/index",
|
|
|
"text": "销售"
|
|
|
},
|
|
|
- {
|
|
|
- "pagePath": "pages/stock/index",
|
|
|
- "text": "库存"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/index/index",
|
|
|
- "text": "首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/userCenter/index",
|
|
|
- "text": "我的"
|
|
|
- }]
|
|
|
+ {
|
|
|
+ "pagePath": "pages/stock/index",
|
|
|
+ "text": "库存"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "text": "首页"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/userCenter/index",
|
|
|
+ "text": "我的"
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
}
|