pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412
  1. {
  2. "pages" : [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. // "path" : "pages/my/index",
  6. "path": "pages/cashier/index",
  7. "style": {
  8. // "navigationBarTitleText": "收银台"
  9. "navigationStyle": "custom",
  10. "enablePullDownRefresh": true
  11. }
  12. },
  13. {
  14. "path": "pages/index/index",
  15. "style": {
  16. "navigationBarTitleText": "启动"
  17. }
  18. },
  19. {
  20. "path": "pages/my/index",
  21. "style": {
  22. "navigationStyle": "custom"
  23. // "navigationBarTitleText": "服务中心"
  24. }
  25. },
  26. // "navigationBarBackgroundColor": "#FFFF"
  27. {
  28. "path": "pages/index/bottombat",
  29. "style": {
  30. "navigationBarTitleText": ""
  31. }
  32. },
  33. // "navigationBarBackgroundColor": "#FFFF"
  34. {
  35. "path": "pages/cashier/index",
  36. "style": {
  37. // "navigationBarTitleText": "收银台",
  38. "navigationStyle": "custom",
  39. "enablePullDownRefresh": true
  40. }
  41. },
  42. {
  43. "path": "pages/storemanagement/index",
  44. "style": {
  45. "navigationBarTitleText": ""
  46. }
  47. },
  48. {
  49. "path": "pages/ordermanagement/index",
  50. "style": {
  51. // "navigationBarTitleText": "订单管理"
  52. "navigationStyle": "custom"
  53. }
  54. },
  55. {
  56. "path": "pages/onlineproductselection/onlineproductselection",
  57. "style": {
  58. // "navigationBarTitleText": "在线选品"
  59. "navigationStyle": "custom",
  60. "enablePullDownRefresh": true
  61. }
  62. },
  63. {
  64. "path": "pages/onlineproductselection/onlineDetail",
  65. "style": {
  66. // "navigationBarTitleText": "在线选品"
  67. "navigationStyle": "custom"//详情
  68. }
  69. },
  70. {
  71. "path": "pages/supplychainon/supplychainon",
  72. "style": {
  73. // "navigationBarTitleText": "供应链"
  74. "navigationStyle": "custom",
  75. "enablePullDownRefresh": true
  76. }
  77. }
  78. ],
  79. "subPackages" : [
  80. //用户登陆--分包
  81. {
  82. "root" : "pages/user",
  83. "pages" : [
  84. {
  85. "path" : "login/index",
  86. "style" : {
  87. "navigationBarTitleText" : "登录"
  88. }
  89. }
  90. ]
  91. },
  92. // "navigationBarBackgroundColor": "#FFFF"
  93. //开通商户--分包
  94. {
  95. "root" : "openmerchant",
  96. "pages" : [
  97. {
  98. "path" : "guide/index", //指引开通
  99. "style" : {
  100. "navigationStyle" : "custom"
  101. }
  102. },
  103. {
  104. "path" : "amountopening/index", //电商支付
  105. "style" : {
  106. "navigationStyle" : "custom"
  107. }
  108. },
  109. {
  110. "path" : "shopentry/process", //店铺入驻流程
  111. "style" : {
  112. "navigationStyle" : "custom"
  113. }
  114. },
  115. {
  116. "path" : "shopentry/processstore", //店铺入驻流程-门店信息
  117. "style" : {
  118. "navigationStyle" : "custom"
  119. }
  120. },
  121. {
  122. "path" : "shopentry/processidentity", //店铺入驻流程-身份信息
  123. "style" : {
  124. "navigationStyle" : "custom"
  125. }
  126. },
  127. {
  128. "path" : "shopentry/processaudit", //店铺入驻流程-审核
  129. "style" : {
  130. "navigationStyle" : "custom"
  131. }
  132. }
  133. ]
  134. },
  135. //收银台--流程
  136. {
  137. "root" : "shop",
  138. "pages" : [
  139. {
  140. "path" : "perating/activitecode", //聚合码
  141. "style" : {
  142. "navigationStyle" : "custom"
  143. }
  144. },
  145. {
  146. "path" : "perating/statement", //经营报表
  147. "style" : {
  148. "navigationStyle" : "custom"
  149. }
  150. },
  151. {
  152. "path" : "perating/consumption", //开通消费分
  153. "style" : {
  154. "navigationStyle" : "custom"
  155. }
  156. },
  157. {
  158. "path" : "perating/consumptionbreakdown", //开通消费分
  159. "style" : {
  160. "navigationStyle" : "custom",
  161. "enablePullDownRefresh" : true
  162. }
  163. },
  164. {
  165. "path" : "department/management", //部门管理
  166. "style" : {
  167. "navigationStyle" : "custom"
  168. }
  169. },
  170. {
  171. "path" : "department/managementadd", //添加部门
  172. "style" : {
  173. "navigationStyle" : "custom"
  174. }
  175. },
  176. {
  177. "path" : "employee/list", //员工管理
  178. "style" : {
  179. "navigationStyle" : "custom"
  180. }
  181. },
  182. {
  183. "path" : "employee/listadd", //添加员工
  184. "style" : {
  185. "navigationStyle" : "custom"
  186. }
  187. },
  188. {
  189. "path" : "services/setting", //分润设置
  190. "style" : {
  191. "navigationStyle" : "custom"
  192. }
  193. },
  194. {
  195. "path" : "services/lockuser", //锁定用户
  196. "style" : {
  197. "navigationStyle" : "custom",
  198. "enablePullDownRefresh" : true
  199. }
  200. },
  201. {
  202. "path" : "services/mystereo", //得我音响
  203. "style" : {
  204. "navigationStyle" : "custom"
  205. }
  206. },
  207. {
  208. "path" : "commodity/order", //我的订单
  209. "style" : {
  210. "navigationStyle" : "custom",
  211. "enablePullDownRefresh" : true
  212. }
  213. },
  214. {
  215. "path" : "commodity/details", //订单详情
  216. "style" : {
  217. "navigationStyle" : "custom"
  218. }
  219. },
  220. {
  221. "path" : "commodity/sendoutgoods",//发货
  222. "style" : {
  223. "navigationStyle" : "custom"
  224. }
  225. },
  226. {
  227. "path" : "commodity/deliveryman",//选择送货人员
  228. "style" : {
  229. "navigationStyle" : "custom"
  230. }
  231. },
  232. {
  233. "path" : "commodity/logisticsInformationDetail",
  234. "style" :
  235. {
  236. "navigationStyle" : "custom"
  237. }
  238. },
  239. {
  240. "path" : "productManagementModule/productManagement",
  241. "style" :
  242. {
  243. "navigationStyle" : "custom",
  244. "enablePullDownRefresh": true
  245. }
  246. },
  247. {
  248. "path" : "productManagementModule/addProduct",
  249. "style" :
  250. {
  251. "navigationStyle" : "custom"
  252. }
  253. },
  254. {
  255. "path" : "productManagementModule/scanCodeAddProduct",
  256. "style" :
  257. {
  258. "navigationStyle" : "custom"
  259. }
  260. },
  261. {
  262. "path" : "productManagementModule/scanCodeIdentifiedTreasure",
  263. "style" :
  264. {
  265. "navigationStyle" : "custom"
  266. }
  267. },
  268. {
  269. "path" : "productManagementModule/index",
  270. "style" :
  271. {
  272. // "navigationBarTitleText" : "",
  273. "navigationStyle" : "custom"
  274. }
  275. },
  276. {
  277. "path" : "productManagementModule/productevaluation",//商品评价
  278. "style" :
  279. {
  280. // "navigationBarTitleText" : "",
  281. "navigationStyle": "custom",
  282. "enablePullDownRefresh": true
  283. }
  284. },
  285. {
  286. "path" : "productManagementModule/productClassification",//商品分类
  287. "style" : {
  288. "navigationStyle": "custom",
  289. "enablePullDownRefresh": true
  290. }
  291. },
  292. {
  293. "path" : "afterSalesManagement/index",//售后管理
  294. "style" : {
  295. "navigationStyle": "custom",
  296. "enablePullDownRefresh": true
  297. }
  298. },
  299. {
  300. "path" : "afterSalesManagement/afterSalesDetail",//售后详情
  301. "style" :
  302. {
  303. // "navigationBarTitleText" : ""
  304. "navigationStyle": "custom"
  305. }
  306. }
  307. ]
  308. },
  309. //会话
  310. {
  311. "root" : "chat",
  312. "pages" : [
  313. {
  314. "path": "contacts/contacts",
  315. "style": {
  316. "navigationStyle": "custom",
  317. "navigationBarTextStyle": "white",
  318. "app-plus": {
  319. "bounce": "none"
  320. }
  321. }
  322. }
  323. ]
  324. },
  325. {
  326. "root" : "emChat",
  327. "pages" : [
  328. {
  329. "path": "emChatContainer/index",
  330. "style": {
  331. "navigationStyle": "custom",
  332. "navigationBarTextStyle": "white",
  333. "app-plus": {
  334. "bounce": "none"
  335. }
  336. }
  337. }
  338. ]
  339. },
  340. {
  341. "root" : "chatIndex",
  342. "pages" : [
  343. {
  344. "path" : "storemanagement/index",
  345. "style" : {
  346. "navigationStyle": "custom"
  347. }
  348. }
  349. ]
  350. }
  351. ],
  352. "globalStyle" : {
  353. "navigationBarTextStyle" : "black",
  354. "navigationBarTitleText" : "店铺管理",
  355. "navigationBarBackgroundColor" : "#F8F8F8",
  356. "backgroundColor" : "#F8F8F8"
  357. },
  358. "navigateToMiniProgramAppIdList" : [ "wxfb755febdb800f23" ],
  359. "tabBar" : {
  360. "borderStyle" : "black",
  361. "backgroundColor" : "#FFFFFF",
  362. "color" : "#4D4D4D",
  363. "selectedColor" : "#1F7CFF",
  364. "list" : [
  365. {
  366. "pagePath" : "pages/cashier/index",
  367. "iconPath" : "static/tab/tai1.png",
  368. "selectedIconPath" : "static/tab/tai.png",
  369. "text" : "收银台"
  370. },
  371. {
  372. // "pagePath" : "shop/productManagementModule/productManagement",
  373. "pagePath" : "shop/productManagementModule/index",
  374. "iconPath" : "static/tab/dian.png",
  375. "selectedIconPath" : "static/tab/dian1.png",
  376. "text" : "商品管理"
  377. },
  378. // {
  379. // "pagePath" : "pages/supplychainon/supplychainon",
  380. // "iconPath" : "static/tab/gongyinglian.png",
  381. // "selectedIconPath" : "static/tab/gongyinglian1.png",
  382. // "text" : "供应链"
  383. // },
  384. {
  385. "pagePath" : "pages/ordermanagement/index",
  386. "iconPath" : "static/tab/daing.png",
  387. "selectedIconPath" : "static/tab/ding1.png",
  388. "text" : "订单管理"
  389. },
  390. {
  391. "pagePath" :"pages/my/index",
  392. "iconPath" : "/static/tab/wo.png",
  393. "selectedIconPath" : "/static/tab/wo1.png",
  394. "text" : "服务中心"
  395. }
  396. ]
  397. },
  398. "easycom": {
  399. "autoscan": true,
  400. "custom":{
  401. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  402. }
  403. }
  404. }