Преглед изворни кода

提交路由模式修改

master
douzhuo пре 1 година
родитељ
комит
1377d68186
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/router/index.js

+ 1
- 1
src/router/index.js Прегледај датотеку

@@ -15,7 +15,7 @@ try {
Vue.use(Router)

export default new Router({
mode: 'history',
mode: 'hash',
base: process.env.BASE_URL,
scrollBehavior: () => ({ y: 0 }),
routes: constantRouterMap

Loading…
Откажи
Сачувај