From 1377d68186fcaee8374129b1d25486398417587f Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Wed, 1 Jun 2022 11:19:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E8=B7=AF=E7=94=B1=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index d6a2a29..43b723d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -15,7 +15,7 @@ try { Vue.use(Router) export default new Router({ - mode: 'history', + mode: 'hash', base: process.env.BASE_URL, scrollBehavior: () => ({ y: 0 }), routes: constantRouterMap