diff --git a/src/router/index.js b/src/router/index.js index 1478b5cd..d894f659 100755 --- a/src/router/index.js +++ b/src/router/index.js @@ -6,6 +6,8 @@ import _path from 'path' import _get from 'lodash.get' import _replace from 'lodash.replace' +console.log(_path) + Vue.use(VueRouter) const maker = ({publicPath, namePrefix, req}) => {