| 12345678910111213141516171819202122232425 |
- {
- "appId": "com.izouma.jmrh",
- "appName": "江西融办",
- "bundledWebRuntime": true,
- "npmClient": "yarn",
- "webDir": "dist",
- "plugins": {
- "SplashScreen": {
- "launchShowDuration": 0
- },
- "Keyboard": {
- "resize": "body"
- }
- },
- "server": {
- "cleartext": true,
- "url": "http://192.168.50.116:8082"
- },
- "android": {
- "backgroundColor": "#ffffff",
- "allowMixedContent": true,
- "captureInput": true,
- "webContentsDebuggingEnabled": true
- }
- }
|