美甲小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.private.config.json 1.2 KiB

3 年之前
1 年之前
3 年之前
1 年之前
3 年之前
1 年之前
3 年之前
12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "setting": {
  3. "compileHotReLoad": true
  4. },
  5. "condition": {
  6. "miniprogram": {
  7. "list": [
  8. {
  9. "name": "搜索",
  10. "pathName": "pages/pageSearch/pageSearch",
  11. "query": "",
  12. "scene": null
  13. },
  14. {
  15. "name": "搜索详情",
  16. "pathName": "pages/pageSerchDetail/pageSerchDetail",
  17. "query": "",
  18. "scene": null
  19. },
  20. {
  21. "name": "配色",
  22. "pathName": "pages/detailContent/detailContent",
  23. "query": "",
  24. "scene": null
  25. },
  26. {
  27. "name": "配色查询",
  28. "pathName": "pages/pageInquire/pageInquire",
  29. "query": "",
  30. "scene": null
  31. },
  32. {
  33. "name": "商务合作",
  34. "pathName": "pages/pageBusiness/pageBusiness",
  35. "query": "",
  36. "scene": null
  37. }
  38. ]
  39. }
  40. },
  41. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  42. "projectname": "manicureLet"
  43. }