app.json 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. {
  2. "pages": [
  3. "admin/home/workbench",
  4. "admin/home/result",
  5. "admin/home/callback",
  6. "admin/home/newStudent",
  7. "admin/home/console",
  8. "admin/home/order",
  9. "admin/home/member",
  10. "admin/home/apply",
  11. "admin/home/me",
  12. "admin/home/mall",
  13. "admin/share/index",
  14. "common/redirect",
  15. "common/webview",
  16. "common/pageSuccess"
  17. ],
  18. "subPackages": [
  19. {
  20. "root": "pagesClient",
  21. "pages": [
  22. "member/add",
  23. "member/detail",
  24. "member/bind",
  25. "official/index",
  26. "official/pay",
  27. "official/renewal",
  28. "official/apply",
  29. "official/clientApply",
  30. "official/clientResult",
  31. "official/callback",
  32. "official/latest-shop",
  33. "official/result",
  34. "official/warn"
  35. ]
  36. },
  37. {
  38. "root": "pagesShare",
  39. "pages": [
  40. "pay"
  41. ]
  42. },
  43. {
  44. "root": "pagesOrder",
  45. "pages": [
  46. "detail",
  47. "ship",
  48. "shipInfo",
  49. "select",
  50. "print"
  51. ]
  52. },
  53. {
  54. "root": "pagesStore",
  55. "pages": [
  56. "me/withdraw",
  57. "me/incomeExpenses",
  58. "me/recharge",
  59. "me/rechargeList",
  60. "me/cashSet",
  61. "me/expressSet",
  62. "me/rechargeSuccess"
  63. ]
  64. },
  65. {
  66. "root": "admin/ghs",
  67. "pages": [
  68. "shop"
  69. ]
  70. },
  71. {
  72. "root": "admin/coupon",
  73. "pages": [
  74. "list",
  75. "couponList",
  76. "selectCouponList"
  77. ]
  78. },
  79. {
  80. "root": "admin/ad",
  81. "pages": [
  82. "list",
  83. "add",
  84. "sel-goods"
  85. ]
  86. },
  87. {
  88. "root": "admin/staff",
  89. "pages": [
  90. "list",
  91. "add",
  92. "sel-member",
  93. "achieve"
  94. ]
  95. },
  96. {
  97. "root": "admin/shop",
  98. "pages": [
  99. "list",
  100. "downloadCode",
  101. "add"
  102. ]
  103. },
  104. {
  105. "root": "admin/setting",
  106. "pages": [
  107. "list",
  108. "wx-menu",
  109. "coupon",
  110. "level",
  111. "password"
  112. ]
  113. },
  114. {
  115. "root": "admin/goodsManage",
  116. "pages": [
  117. "list",
  118. "category",
  119. "add",
  120. "img-store",
  121. "goods-name",
  122. "freight",
  123. "price-increase"
  124. ]
  125. },
  126. {
  127. "root": "admin/shopAdmin",
  128. "pages": [
  129. "bind"
  130. ]
  131. },
  132. {
  133. "root": "admin/assets",
  134. "pages": [
  135. "list"
  136. ]
  137. },
  138. {
  139. "root": "admin/chat",
  140. "pages": [
  141. "index"
  142. ]
  143. },
  144. {
  145. "root": "admin/template",
  146. "pages": [
  147. "index"
  148. ]
  149. },
  150. {
  151. "root": "admin/statistics",
  152. "pages": [
  153. "demo"
  154. ]
  155. },
  156. {
  157. "root": "admin/recharge",
  158. "pages": [
  159. "renew",
  160. "rechargeSuccess"
  161. ]
  162. },
  163. {
  164. "root": "admin/billing",
  165. "pages": [
  166. "index",
  167. "customerPlace",
  168. "priceChange",
  169. "result",
  170. "affirm",
  171. "affirmGoods",
  172. "affirmGhs",
  173. "affirmPxClass",
  174. "customerAffirm",
  175. "confirm"
  176. ]
  177. },
  178. {
  179. "root": "admin/order",
  180. "pages": [
  181. "detail",
  182. "ship",
  183. "fill-form"
  184. ]
  185. },
  186. {
  187. "root": "admin/member",
  188. "pages": [
  189. "detail"
  190. ]
  191. },
  192. {
  193. "root": "pagesStorehouse/shop/",
  194. "pages": [
  195. "list",
  196. "update"
  197. ]
  198. },
  199. {
  200. "root": "pagesStorehouse/inventory/",
  201. "pages": [
  202. "list",
  203. "details",
  204. "update",
  205. "select"
  206. ]
  207. },
  208. {
  209. "root": "pagesStorehouse/allot/",
  210. "pages": [
  211. "exDetails",
  212. "addExDetails",
  213. "allotEx",
  214. "exSelect",
  215. "putDetails",
  216. "allotPut"
  217. ]
  218. },
  219. {
  220. "root": "pagesStorehouse/flower/",
  221. "pages": [
  222. "category",
  223. "manage"
  224. ]
  225. },
  226. {
  227. "root": "pagesStorehouse/stockWarn/",
  228. "pages": [
  229. "manage",
  230. "detailed"
  231. ]
  232. },
  233. {
  234. "root": "pagesPurchase",
  235. "pages": [
  236. "result",
  237. "add",
  238. "gathering",
  239. "particulars",
  240. "details",
  241. "order",
  242. "shopping",
  243. "ghsProduct",
  244. "setPsd",
  245. "wechatPay",
  246. "cosNext",
  247. "gatherPay",
  248. "gatherResult",
  249. "purDetails",
  250. "info"
  251. ]
  252. },
  253. {
  254. "root": "pagesArrears",
  255. "pages": [
  256. "list",
  257. "details"
  258. ]
  259. },
  260. {
  261. "root": "pagesInvite",
  262. "pages": [
  263. "list",
  264. "inviteShop",
  265. "inviteHdShop"
  266. ]
  267. },
  268. {
  269. "root": "pagesStatistics",
  270. "pages": [
  271. "business",
  272. "pagesPublicity",
  273. "trainingClass",
  274. "trainingClassEdit"
  275. ]
  276. }
  277. ],
  278. "window": {
  279. "navigationBarBackgroundColor": "#fff",
  280. "navigationBarTitleText": "花卉宝",
  281. "navigationBarTextStyle": "black",
  282. "backgroundColor": "#f9fbfc"
  283. },
  284. "tabBar": {
  285. "color": "#C0C4CC",
  286. "selectedColor": "#3385FF",
  287. "borderStyle": "black",
  288. "backgroundColor": "#ffffff",
  289. "list": [
  290. {
  291. "pagePath": "admin/home/workbench",
  292. "iconPath": "static/images/common/shop-tab_no.png",
  293. "selectedIconPath": "static/images/common/shop-tab.png",
  294. "text": "店铺"
  295. },
  296. {
  297. "pagePath": "admin/home/order",
  298. "iconPath": "static/images/common/order-no.png",
  299. "selectedIconPath": "static/images/common/order-is.png",
  300. "text": "订单"
  301. },
  302. {
  303. "pagePath": "admin/home/member",
  304. "iconPath": "static/images/common/member-no.png",
  305. "selectedIconPath": "static/images/common/member-is.png",
  306. "text": "客户"
  307. },
  308. {
  309. "pagePath": "admin/home/apply",
  310. "iconPath": "static/images/common/category-no.png",
  311. "selectedIconPath": "static/images/common/shop-apply.png",
  312. "text": "应用"
  313. },
  314. {
  315. "pagePath": "admin/home/me",
  316. "iconPath": "static/images/common/user-no.png",
  317. "selectedIconPath": "static/images/common/shop-me.png",
  318. "text": "我的"
  319. }
  320. ]
  321. },
  322. "permission": {
  323. "scope.userLocation": {
  324. "desc": "请点击确定"
  325. }
  326. },
  327. "usingComponents": {
  328. "kd-entrance": "/components/kd_entrance",
  329. "t-table": "/components/plugin/t-table/t-table",
  330. "t-tr": "/components/plugin/t-table/t-tr",
  331. "t-th": "/components/plugin/t-table/t-th",
  332. "t-td": "/components/plugin/t-table/t-td"
  333. }
  334. }