ccjgmwz %!s(int64=3) %!d(string=hai) anos
pai
achega
40929f4a71
Modificáronse 2 ficheiros con 11 adicións e 5 borrados
  1. 10 5
      .hbuilderx/launch.json
  2. 1 0
      pageB/contract/contract.vue

+ 10 - 5
.hbuilderx/launch.json

@@ -2,10 +2,15 @@
   // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
     "version": "0.0",
     "configurations": [{
-            "type": "uniCloud",
-            "default": {
-                "launchtype": "remote"
-            }
-        }
+     	"default" : 
+     	{
+     		"launchtype" : "remote"
+     	},
+     	"h5" : 
+     	{
+     		"launchtype" : "remote"
+     	},
+     	"type" : "uniCloud"
+     }
     ]
 }

+ 1 - 0
pageB/contract/contract.vue

@@ -228,6 +228,7 @@
 				}
 			},
 			commit(item) {
+				debugger
 				uni.navigateTo({
 					url: `/pageB/contract/enclosures?id=${item.id}`
 				})