原创 Vue.js開發筆記

1、去掉訪問url中的"#" 修改main.js文件,添加mode: 'history' const RouterConfig = { mode: 'history', routes: MainRoute } const rou