capacitor.config.json 567 B

12345678910111213141516171819202122232425
  1. {
  2. "appId": "com.izouma.jmrh",
  3. "appName": "江西融办",
  4. "bundledWebRuntime": true,
  5. "npmClient": "yarn",
  6. "webDir": "dist",
  7. "plugins": {
  8. "SplashScreen": {
  9. "launchShowDuration": 0
  10. },
  11. "Keyboard": {
  12. "resize": "body"
  13. }
  14. },
  15. "server": {
  16. "cleartext": true,
  17. "url": "http://192.168.50.116:8082"
  18. },
  19. "android": {
  20. "backgroundColor": "#ffffff",
  21. "allowMixedContent": true,
  22. "captureInput": true,
  23. "webContentsDebuggingEnabled": true
  24. }
  25. }