问题描述比如首页在http://xxx/index.html#/,点击一个链接转到application的页面,但是浏览器的url没有变化;如何做到url也变化到相应路由http://xxx/index.html#/applic...?像vue的路由跳转那样,url会变化?相关代码routes=[{path:'/',url:'./index.html',},//PageLoaders&Router{path:'/table/',componentUrl:'./pages/table.html',},{path:'/application/',componentUrl:'./pages/application.html',},];应用 表格
还请知道的大神告知一下,感谢。
慕姐8265434
相关分类