update static/app.js.

This commit is contained in:
Anyon 2021-11-30 04:21:19 +00:00 committed by Gitee
parent 6c5551bfed
commit c15d27b019
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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) { router.beforeEach(function (to, fr, next) {