美甲小程序
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.1 KiB

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