xiongzhu 3 år sedan
förälder
incheckning
931e0259b8
2 ändrade filer med 11 tillägg och 1 borttagningar
  1. 11 1
      capacitor.config.json
  2. BIN
      zouma.jks

+ 11 - 1
capacitor.config.json

@@ -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"
     }
 }

BIN
zouma.jks