YangJian0701 1 year ago
parent
commit
007889c939
2 changed files with 1 additions and 1 deletions
  1. BIN
      dist.rar
  2. 1 1
      src/router/index.js

BIN
dist.rar


+ 1 - 1
src/router/index.js

@@ -81,7 +81,7 @@ const routes = [
 ]
 
 const router = new VueRouter({
-	mode: "history",//hash
+	mode: "hash",//hash history
 	base: process.env.BASE_URL,
 	routes,
 });