pages.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  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. "navigationStyle":"custom"
  46. }
  47. },
  48. {
  49. "path": "pages/index/index-scan",
  50. "style": {
  51. "navigationBarTitleText": "会员码订单列表"
  52. }
  53. },
  54. {
  55. "path": "pages/index/login",
  56. "style": {
  57. "navigationBarTitleText": "手机管理端"
  58. }
  59. },
  60. {
  61. "path": "pages/index/select",
  62. "style": {
  63. "navigationBarTitleText": "门店选择",
  64. "enablePullDownRefresh": true
  65. }
  66. },
  67. {
  68. "path": "pages/index/refund",
  69. "style": {
  70. "navigationBarTitleText": "部分退款"
  71. }
  72. },
  73. {
  74. "path": "pages/index/difference",
  75. "style": {
  76. "navigationBarTitleText": "退差价"
  77. }
  78. },
  79. {
  80. "path": "pages/index/disparity",
  81. "style": {
  82. "navigationBarTitleText": "退差价"
  83. }
  84. },
  85. {
  86. "path": "pages/manage/index",
  87. "style": {
  88. "navigationBarTitleText": "菜单",
  89. "navigationStyle":"custom"
  90. }
  91. },
  92. {
  93. "path": "pages/manage/add-good-form",
  94. "style": {
  95. "navigationBarTitleText": "新增商品"
  96. }
  97. },
  98. {
  99. "path": "pages/manage/good-list",
  100. "style": {
  101. "navigationBarTitleText": "商品列表"
  102. }
  103. },
  104. {
  105. "path": "pages/manage/edit-good-form",
  106. "style": {
  107. "navigationBarTitleText": "编辑商品"
  108. }
  109. },
  110. {
  111. "path": "pages/manage/classify",
  112. "style": {
  113. "navigationBarTitleText": "分类管理"
  114. }
  115. },
  116. {
  117. "path": "pages/manage/classify-form",
  118. "style": {
  119. "navigationBarTitleText": "新增分类"
  120. }
  121. },
  122. {
  123. "path": "pages/manage/spec-edit",
  124. "style": {
  125. "navigationBarTitleText": "规格设置"
  126. }
  127. },
  128. {
  129. "path": "pages/manage/spec-item-form",
  130. "style": {
  131. "navigationBarTitleText": "规格价格"
  132. }
  133. },
  134. {
  135. "path": "pages/manage/statistics/nav",
  136. "style": {
  137. "navigationBarTitleText": "数据统计"
  138. }
  139. },
  140. {
  141. "path": "pages/manage/statistics/order",
  142. "style": {
  143. "navigationBarTitleText": "订单分析"
  144. }
  145. },
  146. {
  147. "path": "pages/manage/statistics/product",
  148. "style": {
  149. "navigationBarTitleText": "商品销量分析"
  150. }
  151. },
  152. {
  153. "path": "pages/manage/statistics/uv",
  154. "style": {
  155. "navigationBarTitleText": "访客分析"
  156. }
  157. },
  158. {
  159. "path": "pages/manage/statistics/uv2",
  160. "style": {
  161. "navigationBarTitleText": "访客分析"
  162. }
  163. },
  164. {
  165. "path": "pages/manage/statistics/pv",
  166. "style": {
  167. "navigationBarTitleText": "访客数据分析"
  168. }
  169. },
  170. {
  171. "path": "pages/manage/coupon/form",
  172. "style": {
  173. "navigationBarTitleText": "新增优惠券"
  174. }
  175. },
  176. {
  177. "path": "pages/manage/coupon/edit-form",
  178. "style": {
  179. "navigationBarTitleText": "编辑优惠券"
  180. }
  181. },
  182. {
  183. "path": "pages/manage/coupon/form2",
  184. "style": {
  185. "navigationBarTitleText": "新增优惠券"
  186. }
  187. },
  188. {
  189. "path": "pages/manage/coupon/list",
  190. "style": {
  191. "navigationBarTitleText": "优惠券列表"
  192. }
  193. },
  194. {
  195. "path": "pages/manage/coupon/goods-select",
  196. "style": {
  197. "navigationBarTitleText": "商品选择"
  198. }
  199. },
  200. {
  201. "path": "pages/manage/mina/index",
  202. "style": {
  203. "navigationBarTitleText": "快速注册"
  204. }
  205. },
  206. {
  207. "path": "pages/manage/mina/register",
  208. "style": {
  209. "navigationBarTitleText": "快速注册"
  210. }
  211. },
  212. {
  213. "path": "pages/manage/mina/query",
  214. "style": {
  215. "navigationBarTitleText": "状态查询"
  216. }
  217. },
  218. {
  219. "path": "pages/manage/mina/set-data",
  220. "style": {
  221. "navigationBarTitleText": "信息设置"
  222. }
  223. },
  224. {
  225. "path": "pages/manage/mina/re-nickname",
  226. "style": {
  227. "navigationBarTitleText": "昵称设置"
  228. }
  229. },
  230. {
  231. "path": "pages/manage/mina/re-headimg",
  232. "style": {
  233. "navigationBarTitleText": "头像设置"
  234. }
  235. },
  236. {
  237. "path": "pages/manage/mina/re-signature",
  238. "style": {
  239. "navigationBarTitleText": "功能介绍设置"
  240. }
  241. },
  242. {
  243. "path": "pages/manage/poster/index",
  244. "style": {
  245. "navigationBarTitleText": "分享海报"
  246. }
  247. },
  248. {
  249. "path": "pages/manage/poster/good-list",
  250. "style": {
  251. "navigationBarTitleText": "商品海报"
  252. }
  253. },
  254. {
  255. "path": "pages/manage/user/index",
  256. "style": {
  257. "navigationBarTitleText": "账号设置"
  258. }
  259. },
  260. {
  261. "path": "pages/manage/user/password",
  262. "style": {
  263. "navigationBarTitleText": "修改密码"
  264. }
  265. },
  266. {
  267. "path": "pages/manage/user/info",
  268. "style": {
  269. "navigationBarTitleText": "账号信息"
  270. }
  271. },
  272. {
  273. "path": "pages/manage/user/phone",
  274. "style": {
  275. "navigationBarTitleText": "修改手机号"
  276. }
  277. },
  278. {
  279. "path": "pages/manage/cashier/index",
  280. "style": {
  281. "navigationBarTitleText": "收银"
  282. }
  283. },
  284. {
  285. "path": "pages/manage/cashier/settlement",
  286. "style": {
  287. "navigationBarTitleText": "结算"
  288. }
  289. },
  290. {
  291. "path": "pages/manage/cashier/list",
  292. "style": {
  293. "navigationBarTitleText": "历史单据",
  294. "enablePullDownRefresh": true
  295. }
  296. },
  297. {
  298. "path": "pages/manage/cashier/detail",
  299. "style": {
  300. "navigationBarTitleText": "单据详情"
  301. }
  302. },
  303. {
  304. "path": "pages/manage/cashier/refund",
  305. "style": {
  306. "navigationBarTitleText": "退货"
  307. }
  308. },
  309. {
  310. "path": "pages/manage/cashier/cache",
  311. "style": {
  312. "navigationBarTitleText": "挂单"
  313. }
  314. },
  315. {
  316. "path": "pages/manage/cashier/cache-detail",
  317. "style": {
  318. "navigationBarTitleText": "挂单详情"
  319. }
  320. },
  321. {
  322. "path": "pages/assistant/index",
  323. "style": {
  324. "navigationBarTitleText": "群助理",
  325. "navigationStyle":"custom"
  326. }
  327. },
  328. {
  329. "path": "pages/assistant/re-status",
  330. "style": {
  331. "navigationBarTitleText": "群状态设置"
  332. }
  333. },
  334. {
  335. "path": "pages/assistant/re-pid",
  336. "style": {
  337. "navigationBarTitleText": "团长号设置"
  338. }
  339. },
  340. {
  341. "path": "pages/assistant/setting",
  342. "style": {
  343. "navigationBarTitleText": "群设置"
  344. }
  345. },
  346. {
  347. "path": "pages/assistant/setting2",
  348. "style": {
  349. "navigationBarTitleText": "平台设置"
  350. }
  351. },
  352. {
  353. "path": "pages/index/register",
  354. "style": {
  355. "navigationBarTitleText": "快速注册",
  356. "navigationStyle":"custom"
  357. }
  358. },
  359. {
  360. "path": "pages/index/register2",
  361. "style": {
  362. "navigationBarTitleText": "快速注册",
  363. "navigationStyle":"custom"
  364. }
  365. },
  366. {
  367. "path": "pages/index/find-password",
  368. "style": {
  369. "navigationBarTitleText": "找回密码"
  370. }
  371. },
  372. {
  373. "path": "pages/guide/form",
  374. "style": {
  375. "navigationBarTitleText": "开通店铺"
  376. }
  377. },
  378. {
  379. "path": "pages/assistant/add",
  380. "style": {
  381. "navigationBarTitleText": "添加群"
  382. }
  383. },
  384. {
  385. "path": "pages/guide/apply",
  386. "style": {
  387. "navigationBarTitleText": "申请开通店铺"
  388. }
  389. },
  390. {
  391. "path": "pages/guide/success",
  392. "style": {
  393. "navigationBarTitleText": "开通成功"
  394. }
  395. },
  396. {
  397. "path": "pages/custom/webview",
  398. "style": {
  399. "navigationBarTitleText": "协议"
  400. }
  401. },
  402. {
  403. "path": "pages/custom/course",
  404. "style": {
  405. "navigationBarTitleText": "教程"
  406. }
  407. },
  408. {
  409. "path": "pages/manage/shop/points",
  410. "style": {
  411. "navigationBarTitleText": "设置积分"
  412. }
  413. },
  414. {
  415. "path": "pages/guide/points",
  416. "style": {
  417. "navigationBarTitleText": "设置积分"
  418. }
  419. },
  420. {
  421. "path": "pages/manage/shop/set-shop",
  422. "style": {
  423. "navigationBarTitleText": "基础设置"
  424. }
  425. },
  426. {
  427. "path": "pages/manage/shop/index",
  428. "style": {
  429. "navigationBarTitleText": "店铺设置"
  430. }
  431. },
  432. {
  433. "path": "pages/manage/shop/delivery",
  434. "style": {
  435. "navigationBarTitleText": "配送设置"
  436. }
  437. },
  438. {
  439. "path": "pages/guide/delivery",
  440. "style": {
  441. "navigationBarTitleText": "配送设置"
  442. }
  443. },
  444. {
  445. "path": "pages/wallet/index",
  446. "style": {
  447. "navigationBarTitleText": "提现管理"
  448. }
  449. },
  450. {
  451. "path": "pages/wallet/bind",
  452. "style": {
  453. "navigationBarTitleText": "绑定提现账号"
  454. }
  455. },
  456. {
  457. "path": "pages/wallet/detail",
  458. "style": {
  459. "navigationBarTitleText": "提现详情"
  460. }
  461. },
  462. {
  463. "path": "pages/wallet/bill",
  464. "style": {
  465. "navigationBarTitleText": "账单记录",
  466. "enablePullDownRefresh": true
  467. }
  468. },
  469. {
  470. "path": "pages/assistant/set-platform",
  471. "style": {
  472. "navigationBarTitleText": "关联群平台"
  473. }
  474. },
  475. {
  476. "path": "pages/assistant/set-time",
  477. "style": {
  478. "navigationBarTitleText": "助理工作时间"
  479. }
  480. },
  481. {
  482. "path": "pages/assistant/set-welcome",
  483. "style": {
  484. "navigationBarTitleText": "群欢迎设置"
  485. }
  486. },
  487. {
  488. "path": "pages/assistant/add-platform",
  489. "style": {
  490. "navigationBarTitleText": "添加平台"
  491. }
  492. },
  493. {
  494. "path": "pages/assistant/welcome-item",
  495. "style": {
  496. "navigationBarTitleText": "群消息"
  497. }
  498. },
  499. {
  500. "path": "pages/wallet/withdrawal-list",
  501. "style": {
  502. "navigationBarTitleText": "提现列表",
  503. "enablePullDownRefresh": true
  504. }
  505. },
  506. {
  507. "path": "pages/wallet/withdrawal-detail",
  508. "style": {
  509. "navigationBarTitleText": "提现详情"
  510. }
  511. },
  512. {
  513. "path": "pages/youxuan/index",
  514. "style": {
  515. "navigationBarTitleText": "优选分类"
  516. }
  517. },
  518. {
  519. "path": "pages/youxuan/good",
  520. "style": {
  521. "navigationBarTitleText": "优选商品"
  522. }
  523. },
  524. {
  525. "path": "pages/youxuan/brand",
  526. "style": {
  527. "navigationBarTitleText": "优选品牌"
  528. }
  529. },
  530. {
  531. "path": "pages/youxuan/good-detail",
  532. "style": {
  533. "navigationBarTitleText": "商品详情"
  534. }
  535. },
  536. {
  537. "path": "pages/youxuan/nav",
  538. "style": {
  539. "navigationBarTitleText": "优选管理"
  540. }
  541. },
  542. {
  543. "path": "pages/youxuan/order/index",
  544. "style": {
  545. "navigationBarTitleText": "优选订单",
  546. "enablePullDownRefresh": true
  547. }
  548. },
  549. {
  550. "path": "pages/youxuan/order/detail",
  551. "style": {
  552. "navigationBarTitleText": "订单详情"
  553. }
  554. },
  555. {
  556. "path": "pages/youxuan/profit",
  557. "style": {
  558. "navigationBarTitleText": "收益记录",
  559. "enablePullDownRefresh": true
  560. }
  561. },
  562. {
  563. "path": "pages/bd/nav",
  564. "style": {
  565. "navigationBarTitleText": "bd管理"
  566. }
  567. },
  568. {
  569. "path": "pages/bd/profit",
  570. "style": {
  571. "navigationBarTitleText": "我的收益"
  572. }
  573. },
  574. {
  575. "path": "pages/bd/chief",
  576. "style": {
  577. "navigationBarTitleText": "我的团长"
  578. }
  579. },
  580. {
  581. "path": "pages/bd/code",
  582. "style": {
  583. "navigationBarTitleText": "我的邀请码"
  584. }
  585. }
  586. ]
  587. }