鍍金池/ 問答/Linux  HTML/ vue-router路由匹配問題

vue-router路由匹配問題

使用vue-cli 搭建的項目,并在index.js中添加path為 '/about'的路由,為什么匹配到的是http://localhost:8080/#/about這個地址,而不是http://localhost:8080/about? 如果想匹配http://localhost:8080/about這個地址該怎么做?

回答
編輯回答
淺時光

mode: 'history',

2017年5月21日 13:27