config.json 524 B

12345678910111213141516171819202122232425
  1. {
  2. "initManagerChanged": true,
  3. "initManagerName": "",
  4. "initManagerPassword": "",
  5. "footer": "开发系统Local",
  6. "title": "o2oa开发平台local",
  7. "app_protocol": "auto",
  8. "loginPage": {
  9. "enable": false,
  10. "portal": "b82d7669-85d6-4c10-8151-c4d1f18ba6ef",
  11. "page": ""
  12. },
  13. "mock": {
  14. "x_processplatform_assemble_surface": {
  15. "put": {
  16. "to": "post",
  17. "append": "mockputtopost"
  18. },
  19. "delete": {
  20. "to": "get",
  21. "append": "mockdeletetoget"
  22. }
  23. }
  24. }
  25. }