Browse Source

更改router根路径

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

+ 2 - 2
src/manifest.json

@@ -74,8 +74,8 @@
     },
 		"h5":{
 			"router":{
-				"mode": "hash",
-				"base": "./"
+				"mode": "history",
+				"base": "/appH5"
 			}
 		}
 }