Browse Source

还原,使用hash 模式

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

2
src/router/index.js

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

Loading…
Cancel
Save