project.config.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "enhance": true,
  7. "postcss": true,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "newFeature": true,
  11. "coverView": true,
  12. "nodeModules": true,
  13. "autoAudits": false,
  14. "showShadowRootInWxmlPanel": true,
  15. "scopeDataCheck": false,
  16. "uglifyFileName": true,
  17. "checkInvalidKey": true,
  18. "checkSiteMap": true,
  19. "uploadWithSourceMap": true,
  20. "compileHotReLoad": false,
  21. "useMultiFrameRuntime": true,
  22. "useApiHook": true,
  23. "useApiHostProcess": true,
  24. "babelSetting": {
  25. "ignore": [],
  26. "disablePlugins": [],
  27. "outputPath": ""
  28. },
  29. "useIsolateContext": true,
  30. "userConfirmedBundleSwitch": false,
  31. "packNpmManually": true,
  32. "packNpmRelationList": [
  33. {
  34. "packageJsonPath": "./package.json",
  35. "miniprogramNpmDistDir": "./"
  36. }
  37. ],
  38. "minifyWXSS": true,
  39. "showES6CompileOption": false
  40. },
  41. "compileType": "miniprogram",
  42. "libVersion": "2.17.0",
  43. "appid": "wxf0a77f9993d8b60d",
  44. "projectname": "jzmall_wx",
  45. "simulatorType": "wechat",
  46. "simulatorPluginLibVersion": {},
  47. "cloudfunctionTemplateRoot": "cloudfunctionTemplate",
  48. "cloudfunctionRoot": "cloudfunctions/",
  49. "condition": {
  50. "plugin": {
  51. "list": []
  52. },
  53. "game": {
  54. "list": []
  55. },
  56. "gamePlugin": {
  57. "list": []
  58. },
  59. "miniprogram": {
  60. "list": [
  61. {
  62. "name": "首页",
  63. "pathName": "pages/index/index",
  64. "query": "",
  65. "scene": null
  66. },
  67. {
  68. "id": -1,
  69. "name": "专题",
  70. "pathName": "pages/topic/topic",
  71. "query": ""
  72. },
  73. {
  74. "id": -1,
  75. "name": "专题详情",
  76. "pathName": "pages/topicDetail/topicDetail",
  77. "query": "id=314"
  78. },
  79. {
  80. "id": -1,
  81. "name": "专题评论列表",
  82. "pathName": "pages/topicComment/topicComment",
  83. "query": "valueId=314&type=1"
  84. },
  85. {
  86. "id": -1,
  87. "name": "专题评论添加",
  88. "pathName": "pages/topicCommentPost/topicCommentPost",
  89. "query": "valueId=314&type=1"
  90. },
  91. {
  92. "id": -1,
  93. "name": "品牌",
  94. "pathName": "pages/brand/brand",
  95. "query": ""
  96. },
  97. {
  98. "id": -1,
  99. "name": "品牌详情",
  100. "pathName": "pages/brandDetail/brandDetail",
  101. "query": "id=1001000"
  102. },
  103. {
  104. "id": -1,
  105. "name": "人气推荐",
  106. "pathName": "pages/hotGoods/hotGoods",
  107. "query": ""
  108. },
  109. {
  110. "id": -1,
  111. "name": "新品首发",
  112. "pathName": "pages/newGoods/newGoods",
  113. "query": ""
  114. },
  115. {
  116. "name": "分类",
  117. "pathName": "pages/tabBar/catalog/catalog",
  118. "query": "",
  119. "scene": null
  120. },
  121. {
  122. "id": -1,
  123. "name": "分类详情",
  124. "pathName": "pages/category/category",
  125. "query": "id=1008002"
  126. },
  127. {
  128. "id": -1,
  129. "name": "查找",
  130. "pathName": "pages/search/search",
  131. "query": ""
  132. },
  133. {
  134. "id": 12,
  135. "name": "商品",
  136. "pathName": "pages/goods/goods",
  137. "query": "id=1181003"
  138. },
  139. {
  140. "id": -1,
  141. "name": "商品评论列表",
  142. "pathName": "pages/comment/comment",
  143. "query": "valueId=1181000&type=0"
  144. },
  145. {
  146. "id": -1,
  147. "name": "购物车",
  148. "pathName": "pages/cart/cart",
  149. "query": ""
  150. },
  151. {
  152. "id": -1,
  153. "name": "宠物保险",
  154. "pathName": "pages/goods/pet/index",
  155. "query": ""
  156. },
  157. {
  158. "id": -1,
  159. "name": "下单",
  160. "pathName": "pages/checkout/checkout",
  161. "query": ""
  162. },
  163. {
  164. "id": -1,
  165. "name": "支付结果",
  166. "pathName": "pages/payResult/payResult",
  167. "query": ""
  168. },
  169. {
  170. "id": -1,
  171. "name": "我的",
  172. "pathName": "pages/ucenter/index/index",
  173. "query": ""
  174. },
  175. {
  176. "id": -1,
  177. "name": "我的订单列表",
  178. "pathName": "pages/ucenter/order/order",
  179. "query": ""
  180. },
  181. {
  182. "id": -1,
  183. "name": "我的订单详情",
  184. "pathName": "pages/ucenter/orderDetail/orderDetail",
  185. "query": "id=1"
  186. },
  187. {
  188. "id": 22,
  189. "name": "待评价的订单详情",
  190. "pathName": "pages/ucenter/orderDetail/orderDetail",
  191. "query": "id=1"
  192. },
  193. {
  194. "id": -1,
  195. "name": "购买商品评价",
  196. "pathName": "pages/commentPost/commentPost",
  197. "query": "orderId=2&type=0&valueId=1116011"
  198. },
  199. {
  200. "id": 22,
  201. "name": "我的优惠券",
  202. "pathName": "pages/ucenter/couponList/couponList",
  203. "query": ""
  204. },
  205. {
  206. "id": -1,
  207. "name": "我的收藏",
  208. "pathName": "pages/ucenter/collect/collect",
  209. "query": ""
  210. },
  211. {
  212. "id": -1,
  213. "name": "我的足迹",
  214. "pathName": "pages/ucenter/footprint/footprint",
  215. "query": ""
  216. },
  217. {
  218. "id": -1,
  219. "name": "我的地址",
  220. "pathName": "pages/ucenter/address/address",
  221. "query": ""
  222. },
  223. {
  224. "id": -1,
  225. "name": "我的地址添加",
  226. "pathName": "pages/ucenter/addressAdd/addressAdd",
  227. "query": ""
  228. },
  229. {
  230. "id": -1,
  231. "name": "登录",
  232. "pathName": "pages/auth/login/login",
  233. "query": ""
  234. },
  235. {
  236. "id": -1,
  237. "name": "账号登录",
  238. "pathName": "pages/auth/accountLogin/accountLogin",
  239. "query": ""
  240. },
  241. {
  242. "id": -1,
  243. "name": "注册",
  244. "pathName": "pages/auth/register/register",
  245. "query": ""
  246. },
  247. {
  248. "id": -1,
  249. "name": "找回密码",
  250. "pathName": "pages/auth/reset/reset",
  251. "query": ""
  252. },
  253. {
  254. "id": -1,
  255. "name": "关于",
  256. "pathName": "pages/ucenter/about/about",
  257. "query": ""
  258. },
  259. {
  260. "id": -1,
  261. "name": "测试更新",
  262. "pathName": "pages/index/index",
  263. "query": ""
  264. },
  265. {
  266. "id": -1,
  267. "name": "意见反馈",
  268. "pathName": "pages/ucenter/feedback/feedback",
  269. "query": ""
  270. },
  271. {
  272. "id": -1,
  273. "name": "团购专区",
  274. "pathName": "pages/groupon/grouponList/grouponList",
  275. "query": ""
  276. },
  277. {
  278. "id": -1,
  279. "name": "选择优惠券",
  280. "pathName": "pages/ucenter/couponSelect/couponSelect",
  281. "query": ""
  282. },
  283. {
  284. "id": -1,
  285. "name": "我的优惠券列表",
  286. "pathName": "pages/ucenter/couponList/couponList",
  287. "query": ""
  288. },
  289. {
  290. "id": -1,
  291. "name": "优惠券列表",
  292. "pathName": "pages/groupon/coupon/coupon",
  293. "query": ""
  294. },
  295. {
  296. "id": -1,
  297. "name": "帮助中心",
  298. "pathName": "pages/ucenter/help/help",
  299. "query": "",
  300. "scene": null
  301. },
  302. {
  303. "id": -1,
  304. "name": "我的团购",
  305. "pathName": "pages/groupon/myGroupon/myGroupon",
  306. "query": "",
  307. "scene": null
  308. },
  309. {
  310. "id": -1,
  311. "name": "申请售后",
  312. "pathName": "pages/ucenter/aftersale/aftersale",
  313. "query": "id=2",
  314. "scene": null
  315. },
  316. {
  317. "id": -1,
  318. "name": "售后列表",
  319. "pathName": "pages/ucenter/aftersaleList/aftersaleList",
  320. "query": "",
  321. "scene": null
  322. },
  323. {
  324. "id": -1,
  325. "name": "售后详情",
  326. "pathName": "pages/ucenter/aftersaleDetail/aftersaleDetail",
  327. "query": "id=1",
  328. "scene": null
  329. },
  330. {
  331. "id": 43,
  332. "name": "pages/index/index",
  333. "pathName": "pages/index/index",
  334. "query": "goodsid=1019002& r_userid=10",
  335. "scene": 1011
  336. },
  337. {
  338. "id": -1,
  339. "name": "pages/index/index",
  340. "pathName": "pages/index/index",
  341. "query": "goodsid=1019002; r_userid=10",
  342. "scene": null
  343. },
  344. {
  345. "id": 45,
  346. "name": "scenc",
  347. "pathName": "pages/index/index",
  348. "query": "scene=goods,1181009;r_userid,10",
  349. "scene": 1024
  350. },
  351. {
  352. "id": -1,
  353. "name": "加入合伙人",
  354. "pathName": "pages/ucenter/parter/join/joinapply",
  355. "query": "",
  356. "scene": null
  357. },
  358. {
  359. "id": -1,
  360. "name": "pages/index/index",
  361. "pathName": "pages/index/index",
  362. "query": "",
  363. "scene": 1012
  364. },
  365. {
  366. "id": -1,
  367. "name": "识别二维码进入",
  368. "pathName": "pages/index/index",
  369. "query": "scene=r_userid%2C9862",
  370. "scene": null
  371. },
  372. {
  373. "name": "分享产品进入",
  374. "pathName": "pages/index/index",
  375. "query": "scene=goods%2C1181019%3Br_userid%2C9862;shareId,1",
  376. "scene": null
  377. },
  378. {
  379. "id": -1,
  380. "name": "分享二维码首页",
  381. "pathName": "pages/index/index",
  382. "query": "scene=r_userid%2C9862",
  383. "scene": null
  384. },
  385. {
  386. "id": -1,
  387. "name": "pages/index/index",
  388. "pathName": "pages/index/index",
  389. "query": "scene=r_userid%2C9862%3Br_userid%2C9862",
  390. "scene": null
  391. },
  392. {
  393. "name": "服务次卡列表",
  394. "pathName": "pages/ucenter/serviceDetail/serviceDetail",
  395. "query": "",
  396. "scene": null
  397. },
  398. {
  399. "name": "鲸致引荐人",
  400. "pathName": "pages/ucenter/parter/recommend/recommend",
  401. "query": "rId=0",
  402. "scene": null
  403. },
  404. {
  405. "name": "引荐人注册",
  406. "pathName": "pages/ucenter/parter/register/register",
  407. "query": "",
  408. "scene": null
  409. },
  410. {
  411. "name": "引荐人确认",
  412. "pathName": "pages/ucenter/parter/confirm/confirm",
  413. "query": "",
  414. "scene": null
  415. },
  416. {
  417. "name": "鲸致管家",
  418. "pathName": "pages/ucenter/parter/steward/steward",
  419. "query": "",
  420. "scene": null
  421. },
  422. {
  423. "name": "用户协议",
  424. "pathName": "pages/ucenter/parter/protocol/protocol",
  425. "query": "scene=rId,267307",
  426. "scene": null
  427. },
  428. {
  429. "name": "引荐人首页",
  430. "pathName": "pages/referee/index",
  431. "query": "",
  432. "scene": null
  433. },
  434. {
  435. "name": "引荐人提现",
  436. "pathName": "pages/referee/blance/blance",
  437. "query": "",
  438. "scene": null
  439. },
  440. {
  441. "name": "会员卡领取",
  442. "pathName": "pages/member/card/receive/receiveCard",
  443. "query": "rId=274328",
  444. "scene": null
  445. },
  446. {
  447. "name": "已领取过会员卡",
  448. "pathName": "pages/member/card/received/receivedCard",
  449. "query": "",
  450. "scene": null
  451. },
  452. {
  453. "name": "pages/ucenter/about/about",
  454. "pathName": "pages/ucenter/about/about",
  455. "query": "",
  456. "scene": null
  457. },
  458. {
  459. "name": "打开引荐人商品分享",
  460. "pathName": "pages/goods/goods",
  461. "query": "id=1188663&shareId=111",
  462. "scene": null
  463. }
  464. ]
  465. }
  466. }
  467. }