From df2e74e3c45ca42658654037c52733d57508b7fe Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 30 Nov 2021 04:17:35 +0000 Subject: [PATCH] update static/app.js. --- static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index 9c4fc07c1..3787c5e9f 100644 --- a/static/app.js +++ b/static/app.js @@ -31,7 +31,7 @@ }); // 添加默认路由 - router.addRoute({path: '/', redirect: '/static/template/pages/one.vue'}); + router.addRoute({path: '/', redirect: './static/template/pages/one.vue'}); // 路由前置处理 router.beforeEach(function (to, fr, next) {