|
|
@@ -4,7 +4,7 @@
|
|
|
"webDir": "dist",
|
|
|
"bundledWebRuntime": false,
|
|
|
"server": {
|
|
|
- "url": "https://paimaide.izouma.com/h5/home",
|
|
|
+ "url": "http://192.168.6.215:5173/",
|
|
|
"clearText": true
|
|
|
},
|
|
|
"android": {
|
|
|
@@ -16,5 +16,19 @@
|
|
|
"releaseType": "APK"
|
|
|
},
|
|
|
"releaseType": "APK"
|
|
|
+ },
|
|
|
+ "plugins": {
|
|
|
+ "SplashScreen": {
|
|
|
+ "launchShowDuration": 50000,
|
|
|
+ "launchAutoHide": true,
|
|
|
+ "backgroundColor": "#ff00ff",
|
|
|
+ "androidSplashResourceName": "splash",
|
|
|
+ "androidScaleType": "CENTER_CROP",
|
|
|
+ "showSpinner": false,
|
|
|
+ "splashFullScreen": true,
|
|
|
+ "splashImmersive": true,
|
|
|
+ "layoutName": "launch_screen",
|
|
|
+ "useDialog": true
|
|
|
+ }
|
|
|
}
|
|
|
}
|