Browse Source

配置支付宝的扫码

unknown 4 days ago
parent
commit
13cb241403
4 changed files with 859 additions and 57 deletions
  1. 1 0
      .hbuilderx/launch.json
  2. 7 50
      manifest.json
  3. 850 6
      package-lock.json
  4. 1 1
      package.json

+ 1 - 0
.hbuilderx/launch.json

@@ -19,6 +19,7 @@
             "type" : "uniCloud"
         },
         {
+            "customPlaygroundType" : "device",
             "playground" : "standard",
             "type" : "uni-app:app-android"
         }

+ 7 - 50
manifest.json

@@ -6,7 +6,7 @@
     "versionCode" : 1001,
     "transformPx" : false,
     /* 5+App特有相关 */
-    "app-pldz.wms.appus" : {
+    "app-plus" : {
         "usingComponents" : true,
         "nvueStyleCompiler" : "uni-app",
         "compilerVersion" : 3,
@@ -174,57 +174,14 @@
     "vueVersion" : "3",
     "h5" : {
         "template" : "index.html",
-        "router" : {
-            "base" : "./",
-            "mode" : "history"
-        },
-        "title" : ""
-    },
-    "app-plus" : {
-        "distribute" : {
-            "ios" : {
-                "dSYMs" : false
-            },
-            "icons" : {
-                "android" : {
-                    "hdpi" : "unpackage/res/icons/72x72.png",
-                    "xhdpi" : "unpackage/res/icons/96x96.png",
-                    "xxhdpi" : "unpackage/res/icons/144x144.png",
-                    "xxxhdpi" : "unpackage/res/icons/192x192.png"
-                },
-                "ios" : {
-                    "appstore" : "unpackage/res/icons/1024x1024.png",
-                    "ipad" : {
-                        "app" : "unpackage/res/icons/76x76.png",
-                        "app@2x" : "unpackage/res/icons/152x152.png",
-                        "notification" : "unpackage/res/icons/20x20.png",
-                        "notification@2x" : "unpackage/res/icons/40x40.png",
-                        "proapp@2x" : "unpackage/res/icons/167x167.png",
-                        "settings" : "unpackage/res/icons/29x29.png",
-                        "settings@2x" : "unpackage/res/icons/58x58.png",
-                        "spotlight" : "unpackage/res/icons/40x40.png",
-                        "spotlight@2x" : "unpackage/res/icons/80x80.png"
-                    },
-                    "iphone" : {
-                        "app@2x" : "unpackage/res/icons/120x120.png",
-                        "app@3x" : "unpackage/res/icons/180x180.png",
-                        "notification@2x" : "unpackage/res/icons/40x40.png",
-                        "notification@3x" : "unpackage/res/icons/60x60.png",
-                        "settings@2x" : "unpackage/res/icons/58x58.png",
-                        "settings@3x" : "unpackage/res/icons/87x87.png",
-                        "spotlight@2x" : "unpackage/res/icons/80x80.png",
-                        "spotlight@3x" : "unpackage/res/icons/120x120.png"
-                    }
-                }
-            },
-            "sdkConfigs" : {
-                "share" : {}
+        "optimization" : {
+            "treeShaking" : {
+                "enable" : false
             }
         },
-        "modules" : {
-            "Bluetooth" : {},
-            "Barcode" : {},
-            "Camera" : {}
+        "router" : {
+            "mode" : "history",
+            "base" : "./"
         }
     }
 }

File diff suppressed because it is too large
+ 850 - 6
package-lock.json


+ 1 - 1
package.json

@@ -6,7 +6,7 @@
     "mathjs": "^12.2.1",
     "mqtt": "^4.0.1",
     "pinia": "^2.1.7",
-    "pinia-plugin-persistedstate": "^3.2.1",
+    "pinia-plugin-persistedstate": "^3.2.3",
     "vue": "^3.2.47",
     "ws": "^8.12.0"
   },

Some files were not shown because too many files changed in this diff