From 98db238d4d656c7db9b43f5ec801d0a9b5cbc1e8 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Wed, 6 Jun 2018 00:33:59 +0800 Subject: [PATCH] no message Former-commit-id: 6632d3d9a62eb98d3c0a02b49511eba75d9a3a9f Former-commit-id: b8858da8ff5ff9970f1dfbd0f5227f56f0ed6620 Former-commit-id: d196bd19b1bbd0340b97209d5a799efec8ed925c --- src/router/index.js | 2 ++ 1 file changed, 2 insertions(+) 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}) => {