瀏覽代碼

update:修改APPID

OnePsycho 3 年之前
父節點
當前提交
2b5c5a8ded
共有 4 個文件被更改,包括 42 次插入12 次删除
  1. 4 0
      .hbuilderx/launch.json
  2. 3 2
      manifest.json
  3. 17 2
      package-lock.json
  4. 18 8
      package.json

+ 4 - 0
.hbuilderx/launch.json

@@ -6,6 +6,10 @@
      	{
      	{
      		"launchtype" : "local"
      		"launchtype" : "local"
      	},
      	},
+     	"h5" : 
+     	{
+     		"launchtype" : "local"
+     	},
      	"mp-weixin" : 
      	"mp-weixin" : 
      	{
      	{
      		"launchtype" : "local"
      		"launchtype" : "local"

+ 3 - 2
manifest.json

@@ -49,10 +49,11 @@
     /* 快应用特有相关 */
     /* 快应用特有相关 */
     "mp-weixin" : {
     "mp-weixin" : {
         /* 小程序特有相关 */
         /* 小程序特有相关 */
-        "appid" : "wx29e2ea3bd1a73028",
+        "appid" : "wx5705da8747c77cfe",
         "setting" : {
         "setting" : {
             "urlCheck" : false,
             "urlCheck" : false,
-						"checkSiteMap": false
+            "checkSiteMap" : false,
+            "postcss" : true
         },
         },
         "usingComponents" : true
         "usingComponents" : true
     }
     }

+ 17 - 2
package-lock.json

@@ -1,8 +1,23 @@
 {
 {
-  "name": "miniprogram",
+  "name": "miniprograms",
   "version": "1.0.0",
   "version": "1.0.0",
-  "lockfileVersion": 1,
+  "lockfileVersion": 2,
   "requires": true,
   "requires": true,
+  "packages": {
+    "": {
+      "name": "miniprograms",
+      "version": "1.0.0",
+      "license": "ISC",
+      "dependencies": {
+        "@escook/request-miniprogram": "^0.2.1"
+      }
+    },
+    "node_modules/@escook/request-miniprogram": {
+      "version": "0.2.1",
+      "resolved": "https://registry.npmjs.org/@escook/request-miniprogram/-/request-miniprogram-0.2.1.tgz",
+      "integrity": "sha512-ueWV5YsaEm/ycQZuEjMiA88GFMhfBQSjy9GrP9omy4xAQajkGTbYIlnhzsDfWzRPmRC1fKmAiKMrCVcgS+SHcQ=="
+    }
+  },
   "dependencies": {
   "dependencies": {
     "@escook/request-miniprogram": {
     "@escook/request-miniprogram": {
       "version": "0.2.1",
       "version": "0.2.1",

+ 18 - 8
package.json

@@ -1,9 +1,19 @@
 {
 {
-    "id": "sin-signature",
-    "name": "签名组件-兼容H5、小程序、APP",
-    "version": "1.0.0",
-    "description": "用于uni-app的签名组件,支持H5、小程序、APP,可导出svg矢量图片。",
-    "keywords": [
-        "签名,签字,svg,canvas"
-    ]
-}
+  "name": "miniprograms",
+  "version": "1.0.0",
+  "description": "",
+  "main": "main.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "http://52.130.252.100:10000/TEAMMODEL/MiniPrograms.git"
+  },
+  "keywords": [],
+  "author": "",
+  "license": "ISC",
+  "dependencies": {
+    "@escook/request-miniprogram": "^0.2.1"
+  }
+}