project.config.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "client": "client/",
  3. "svr": "server/",
  4. "miniprogramRoot": "client/",
  5. "qcloudRoot": "server/",
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "postcss": true,
  10. "minified": true,
  11. "newFeature": true
  12. },
  13. "appid": "wxc65eea6a56ef0fd5",
  14. "projectname": "GITHUB",
  15. "libVersion": "2.6.2",
  16. "condition": {
  17. "search": {
  18. "current": -1,
  19. "list": []
  20. },
  21. "conversation": {
  22. "current": -1,
  23. "list": []
  24. },
  25. "miniprogram": {
  26. "current": -1,
  27. "list": [
  28. {
  29. "id": 0,
  30. "name": "123",
  31. "pathName": "pages/entry/entry",
  32. "query": "",
  33. "scene": "1044",
  34. "shareInfo": {
  35. "groupName": "测试模拟群2",
  36. "shareName": "lFiISuN5RhgJVXnMSre_p1SpGjfbnDwpeO0Pu-T-8fw@cr4dev",
  37. "shareKey": "Ea0iaYi9oGsiIDhIfPLdnaZGqJC9BbQREU4EjevV-PQCOl237si0nM1Al55O_Tu6coYxGojsaAwnzAGz4gSPGw~~"
  38. }
  39. },
  40. {
  41. "id": 1,
  42. "name": "custom",
  43. "pathName": "pages/custom_room/custom_room",
  44. "query": "",
  45. "scene": "1044",
  46. "shareInfo": {
  47. "groupName": "测试模拟群2",
  48. "shareName": "lFiISuN5RhgJVXnMSre_p1SpGjfbnDwpeO0Pu-T-8fw@cr4dev",
  49. "shareKey": "Ea0iaYi9oGsiIDhIfPLdnaZGqJC9BbQREU4EjevV-PQCOl237si0nM1Al55O_Tu6coYxGojsaAwnzAGz4gSPGw~~"
  50. }
  51. }
  52. ]
  53. }
  54. }
  55. }