|
|
@@ -4,7 +4,17 @@
|
|
|
"webDir": "dist",
|
|
|
"bundledWebRuntime": false,
|
|
|
"server": {
|
|
|
- "url": "http://192.168.6.216:5173",
|
|
|
+ "url": "https://paimaide.izouma.com/h5/home",
|
|
|
"clearText": true
|
|
|
+ },
|
|
|
+ "android": {
|
|
|
+ "buildOptions": {
|
|
|
+ "keystorePath": "../zouma.jks",
|
|
|
+ "keystorePassword": "zouma123",
|
|
|
+ "keystoreAlias": "zouma",
|
|
|
+ "keystoreAliasPassword": "zouma123",
|
|
|
+ "releaseType": "APK"
|
|
|
+ },
|
|
|
+ "releaseType": "APK"
|
|
|
}
|
|
|
}
|