fix: basic.csr /head error

This commit is contained in:
Clark Du 2017-11-07 12:04:21 +08:00
parent f5fa44d8aa
commit 3ccc57502b
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9

View File

@ -192,7 +192,6 @@ function callMiddleware (Components, context, layout) {
async function render (to, from, next) {
if (this._pathChanged === false && this._queryChanged === false) return next()
console.log('Render')
// nextCalled is true when redirected
let nextCalled = false