update static/app.js.

This commit is contained in:
Anyon 2021-11-30 04:17:35 +00:00 committed by Gitee
parent 9ff2e55e89
commit df2e74e3c4
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) {