Browse Source

router模式改为history

DESKTOP-O04BTUJ\muzen 3 years ago
parent
commit
d56b79527c
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/manifest.json

+ 6 - 1
src/manifest.json

@@ -71,5 +71,10 @@
     },
     "mp-qq" : {
         "usingComponents" : true
-    }
+    },
+		"h5": {
+			"router": {
+				"mode": "history"
+			}
+		}
 }