pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  1. {
  2. "globalStyle": {
  3. "navigationBarTitleText": "手机管理端",
  4. "navigationBarTextStyle": "black",
  5. "navigationBarBackgroundColor": "#fff",
  6. "backgroundColor": "#fff"
  7. },
  8. "tabBar": {
  9. "borderStyle": "black",
  10. "backgroundColor": "#fff",
  11. "color": "#7a7a7a",
  12. "selectedColor": "#27a34f",
  13. "list": [
  14. {
  15. "text": "订单",
  16. "pagePath": "pages/index/index",
  17. "iconPath": "static/tabBar/icon_green_1.png",
  18. "selectedIconPath": "static/tabBar/icon_green_1_select.png"
  19. },
  20. {
  21. "text": "菜单",
  22. "pagePath": "pages/manage/index",
  23. "iconPath": "static/tabBar/icon_green_2.png",
  24. "selectedIconPath": "static/tabBar/icon_green_2_select.png"
  25. },
  26. {
  27. "text": "群助理",
  28. "pagePath": "pages/assistant/index",
  29. "iconPath": "static/tabBar/icon_green_4.png",
  30. "selectedIconPath": "static/tabBar/icon_green_4_select.png"
  31. },
  32. {
  33. "text": "手机管理端",
  34. "pagePath": "pages/index/login",
  35. "iconPath": "static/tabBar/icon_green_4.png",
  36. "selectedIconPath": "static/tabBar/icon_green_4_select.png"
  37. }
  38. ]
  39. },
  40. "pages": [
  41. {
  42. "path": "pages/index/index",
  43. "style": {
  44. "navigationBarTitleText": "手机管理端"
  45. }
  46. },
  47. {
  48. "path": "pages/index/index-scan",
  49. "style": {
  50. "navigationBarTitleText": "会员码订单列表"
  51. }
  52. },
  53. {
  54. "path": "pages/index/login",
  55. "style": {
  56. "navigationBarTitleText": "手机管理端"
  57. }
  58. },
  59. {
  60. "path": "pages/index/select",
  61. "style": {
  62. "navigationBarTitleText": "门店选择",
  63. "enablePullDownRefresh": true
  64. }
  65. },
  66. {
  67. "path": "pages/index/refund",
  68. "style": {
  69. "navigationBarTitleText": "部分退款"
  70. }
  71. },
  72. {
  73. "path": "pages/index/difference",
  74. "style": {
  75. "navigationBarTitleText": "退差价"
  76. }
  77. },
  78. {
  79. "path": "pages/index/disparity",
  80. "style": {
  81. "navigationBarTitleText": "退差价"
  82. }
  83. },
  84. {
  85. "path": "pages/manage/index",
  86. "style": {
  87. "navigationBarTitleText": "菜单"
  88. }
  89. },
  90. {
  91. "path": "pages/manage/add-good-form",
  92. "style": {
  93. "navigationBarTitleText": "新增商品"
  94. }
  95. },
  96. {
  97. "path": "pages/manage/good-list",
  98. "style": {
  99. "navigationBarTitleText": "商品列表"
  100. }
  101. },
  102. {
  103. "path": "pages/manage/edit-good-form",
  104. "style": {
  105. "navigationBarTitleText": "编辑商品"
  106. }
  107. },
  108. {
  109. "path": "pages/manage/classify",
  110. "style": {
  111. "navigationBarTitleText": "分类管理"
  112. }
  113. },
  114. {
  115. "path": "pages/manage/classify-form",
  116. "style": {
  117. "navigationBarTitleText": "新增分类"
  118. }
  119. },
  120. {
  121. "path": "pages/manage/spec-edit",
  122. "style": {
  123. "navigationBarTitleText": "规格设置"
  124. }
  125. },
  126. {
  127. "path": "pages/manage/spec-item-form",
  128. "style": {
  129. "navigationBarTitleText": "规格价格"
  130. }
  131. },
  132. {
  133. "path": "pages/manage/statistics/nav",
  134. "style": {
  135. "navigationBarTitleText": "数据统计"
  136. }
  137. },
  138. {
  139. "path": "pages/manage/statistics/order",
  140. "style": {
  141. "navigationBarTitleText": "订单分析"
  142. }
  143. },
  144. {
  145. "path": "pages/manage/statistics/product",
  146. "style": {
  147. "navigationBarTitleText": "商品销量分析"
  148. }
  149. },
  150. {
  151. "path": "pages/manage/statistics/uv",
  152. "style": {
  153. "navigationBarTitleText": "访客分析"
  154. }
  155. },
  156. {
  157. "path": "pages/manage/statistics/uv2",
  158. "style": {
  159. "navigationBarTitleText": "访客分析"
  160. }
  161. },
  162. {
  163. "path": "pages/manage/statistics/pv",
  164. "style": {
  165. "navigationBarTitleText": "访客数据分析"
  166. }
  167. },
  168. {
  169. "path": "pages/manage/coupon/form",
  170. "style": {
  171. "navigationBarTitleText": "新增优惠券"
  172. }
  173. },
  174. {
  175. "path": "pages/manage/coupon/edit-form",
  176. "style": {
  177. "navigationBarTitleText": "编辑优惠券"
  178. }
  179. },
  180. {
  181. "path": "pages/manage/coupon/form2",
  182. "style": {
  183. "navigationBarTitleText": "新增优惠券"
  184. }
  185. },
  186. {
  187. "path": "pages/manage/coupon/list",
  188. "style": {
  189. "navigationBarTitleText": "优惠券列表"
  190. }
  191. },
  192. {
  193. "path": "pages/manage/coupon/goods-select",
  194. "style": {
  195. "navigationBarTitleText": "商品选择"
  196. }
  197. },
  198. {
  199. "path": "pages/manage/mina/index",
  200. "style": {
  201. "navigationBarTitleText": "快速注册"
  202. }
  203. },
  204. {
  205. "path": "pages/manage/mina/register",
  206. "style": {
  207. "navigationBarTitleText": "快速注册"
  208. }
  209. },
  210. {
  211. "path": "pages/manage/mina/query",
  212. "style": {
  213. "navigationBarTitleText": "状态查询"
  214. }
  215. },
  216. {
  217. "path": "pages/manage/mina/set-data",
  218. "style": {
  219. "navigationBarTitleText": "信息设置"
  220. }
  221. },
  222. {
  223. "path": "pages/manage/mina/re-nickname",
  224. "style": {
  225. "navigationBarTitleText": "昵称设置"
  226. }
  227. },
  228. {
  229. "path": "pages/manage/mina/re-headimg",
  230. "style": {
  231. "navigationBarTitleText": "头像设置"
  232. }
  233. },
  234. {
  235. "path": "pages/manage/mina/re-signature",
  236. "style": {
  237. "navigationBarTitleText": "功能介绍设置"
  238. }
  239. },
  240. {
  241. "path": "pages/manage/poster/index",
  242. "style": {
  243. "navigationBarTitleText": "分享海报"
  244. }
  245. },
  246. {
  247. "path": "pages/manage/poster/good-list",
  248. "style": {
  249. "navigationBarTitleText": "商品海报"
  250. }
  251. },
  252. {
  253. "path": "pages/manage/user/index",
  254. "style": {
  255. "navigationBarTitleText": "账号设置"
  256. }
  257. },
  258. {
  259. "path": "pages/manage/user/password",
  260. "style": {
  261. "navigationBarTitleText": "修改密码"
  262. }
  263. },
  264. {
  265. "path": "pages/manage/user/info",
  266. "style": {
  267. "navigationBarTitleText": "账号信息"
  268. }
  269. },
  270. {
  271. "path": "pages/manage/user/phone",
  272. "style": {
  273. "navigationBarTitleText": "修改手机号"
  274. }
  275. },
  276. {
  277. "path": "pages/manage/cashier/index",
  278. "style": {
  279. "navigationBarTitleText": "收银"
  280. }
  281. },
  282. {
  283. "path": "pages/manage/cashier/settlement",
  284. "style": {
  285. "navigationBarTitleText": "结算"
  286. }
  287. },
  288. {
  289. "path": "pages/manage/cashier/list",
  290. "style": {
  291. "navigationBarTitleText": "历史单据",
  292. "enablePullDownRefresh": true
  293. }
  294. },
  295. {
  296. "path": "pages/manage/cashier/detail",
  297. "style": {
  298. "navigationBarTitleText": "单据详情"
  299. }
  300. },
  301. {
  302. "path": "pages/manage/cashier/refund",
  303. "style": {
  304. "navigationBarTitleText": "退货"
  305. }
  306. },
  307. {
  308. "path": "pages/manage/cashier/cache",
  309. "style": {
  310. "navigationBarTitleText": "挂单"
  311. }
  312. },
  313. {
  314. "path": "pages/manage/cashier/cache-detail",
  315. "style": {
  316. "navigationBarTitleText": "挂单详情"
  317. }
  318. },
  319. {
  320. "path": "pages/assistant/index",
  321. "style": {
  322. "navigationBarTitleText": "群助理"
  323. }
  324. },
  325. {
  326. "path": "pages/assistant/re-status",
  327. "style": {
  328. "navigationBarTitleText": "群状态设置"
  329. }
  330. },
  331. {
  332. "path": "pages/assistant/re-pid",
  333. "style": {
  334. "navigationBarTitleText": "团长号设置"
  335. }
  336. },
  337. {
  338. "path": "pages/assistant/setting",
  339. "style": {
  340. "navigationBarTitleText": "群设置"
  341. }
  342. },
  343. {
  344. "path": "pages/assistant/setting2",
  345. "style": {
  346. "navigationBarTitleText": "平台设置"
  347. }
  348. },
  349. {
  350. "path": "pages/index/register",
  351. "style": {
  352. "navigationBarTitleText": "开通群助理",
  353. "navigationStyle":"custom"
  354. }
  355. },
  356. {
  357. "path": "pages/index/find-password",
  358. "style": {
  359. "navigationBarTitleText": "找回密码"
  360. }
  361. },
  362. {
  363. "path": "pages/guide/form",
  364. "style": {
  365. "navigationBarTitleText": "开通店铺"
  366. }
  367. },
  368. {
  369. "path": "pages/assistant/add",
  370. "style": {
  371. "navigationBarTitleText": "添加群"
  372. }
  373. },
  374. {
  375. "path": "pages/guide/apply",
  376. "style": {
  377. "navigationBarTitleText": "申请开通店铺"
  378. }
  379. },
  380. {
  381. "path": "pages/guide/success",
  382. "style": {
  383. "navigationBarTitleText": "开通成功"
  384. }
  385. },
  386. {
  387. "path": "pages/custom/webview",
  388. "style": {
  389. "navigationBarTitleText": "协议"
  390. }
  391. },
  392. {
  393. "path": "pages/custom/course",
  394. "style": {
  395. "navigationBarTitleText": "教程"
  396. }
  397. },
  398. {
  399. "path": "pages/manage/shop/points",
  400. "style": {
  401. "navigationBarTitleText": "设置积分"
  402. }
  403. },
  404. {
  405. "path": "pages/guide/points",
  406. "style": {
  407. "navigationBarTitleText": "设置积分"
  408. }
  409. },
  410. {
  411. "path": "pages/manage/shop/set-shop",
  412. "style": {
  413. "navigationBarTitleText": "基础设置"
  414. }
  415. },
  416. {
  417. "path": "pages/manage/shop/index",
  418. "style": {
  419. "navigationBarTitleText": "店铺设置"
  420. }
  421. },
  422. {
  423. "path": "pages/manage/shop/delivery",
  424. "style": {
  425. "navigationBarTitleText": "配送设置"
  426. }
  427. },
  428. {
  429. "path": "pages/guide/delivery",
  430. "style": {
  431. "navigationBarTitleText": "配送设置"
  432. }
  433. },
  434. {
  435. "path": "pages/wallet/index",
  436. "style": {
  437. "navigationBarTitleText": "提现管理"
  438. }
  439. },
  440. {
  441. "path": "pages/wallet/bind",
  442. "style": {
  443. "navigationBarTitleText": "绑定提现账号"
  444. }
  445. },
  446. {
  447. "path": "pages/wallet/detail",
  448. "style": {
  449. "navigationBarTitleText": "提现详情"
  450. }
  451. },
  452. {
  453. "path": "pages/wallet/bill",
  454. "style": {
  455. "navigationBarTitleText": "账单记录"
  456. }
  457. }
  458. ]
  459. }