capacitor.config.json 359 B

1234567891011121314151617
  1. {
  2. "appId": "cn.drewslab.visitor",
  3. "appName": "访客管理",
  4. "bundledWebRuntime": false,
  5. "npmClient": "yarn",
  6. "webDir": "dist",
  7. "plugins": {
  8. "SplashScreen": {
  9. "launchShowDuration": 0
  10. }
  11. },
  12. "cordova": {},
  13. "server": {
  14. "cleartext": true,
  15. "url": "http://192.168.50.116:8082/"
  16. }
  17. }