Browse Source

mode

feature/feature-compatible
fengchengzhi 7 years ago
parent
commit
fbb4b59a88
1 changed files with 1 additions and 1 deletions
  1. 2
      src/router/index.js

2
src/router/index.js

@ -14,7 +14,7 @@ const demo = resolve => require(['@/view/demo'], resolve)
Vue.use(Router)
let router = new Router({
// mode: 'history',
mode: 'history',
routes: [
{
path: '/month-card',

Loading…
Cancel
Save