app.json 6.2 KB

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