瀏覽代碼

更新router根路径

DESKTOP-O04BTUJ\muzen 3 年之前
父節點
當前提交
49496c570a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/manifest.json

+ 2 - 2
src/manifest.json

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