project.config.json 10 KB

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