lj 4 yıl önce
ebeveyn
işleme
aa524db403
3 değiştirilmiş dosya ile 3 ekleme ve 16 silme
  1. 0 14
      mainfest.js
  2. 2 2
      manifest.json
  3. 1 0
      pages/distribution/index.vue

+ 0 - 14
mainfest.js

@@ -1,14 +0,0 @@
-"h5": {
-        "devServer": {
-            "port": 80,
-            "disableHostCheck": true,
-            "proxy": {
-                "/dpc": {
-                    "target": "https://apis.map.qq.com",
-                    "changeOrigin": true,
-                    "secure": false,
-                    "pathRewrite":{"^/dpc":""}
-                }
-            }
-        }
-    }

+ 2 - 2
manifest.json

@@ -95,8 +95,8 @@
             }
         },
 		"devServer": {
-		    "port": 80,
-		    "disableHostCheck": true,
+		    // "port": 80,
+		    // "disableHostCheck": true,
 		    "proxy": {
 		        "/dpc": {
 		            "target": "https://apis.map.qq.com/ws",

+ 1 - 0
pages/distribution/index.vue

@@ -146,6 +146,7 @@
 				this.history()
 			},
 			markertap(e) {
+				console.log(e)
 				this.punctuation_id = e.detail.markerId[0]
 				this.punctuation_did = e.detail.markerId[1]
 				this.punctuation_type = e.detail.markerId[2]