Update app.js

This commit is contained in:
邹景立 2021-11-24 23:47:00 +08:00
parent 3714683d80
commit 810cf7b625

View File

@ -33,7 +33,7 @@
router.beforeEach(function (to, fr, next) { router.beforeEach(function (to, fr, next) {
const page = to.fullPath; let page = to.fullPath;
if (to.fullPath === '/') { if (to.fullPath === '/') {
page = './static/template/index.vue'; page = './static/template/index.vue';
} }