vue中http://localhost:8080/#/index去掉#

只需要在 router / index.js 中,添加mode:'history'即可。
如图所示:
去掉地址栏的#号
详解:
vue中localhost:8080地址栏的显示有两种模式:
第一种是hash(默认),即mode:'hash',该模式地址栏会默认有#号。
第二种是history,即mode:'history',该模式直接用url。

Logo

Vue社区为您提供最前沿的新闻资讯和知识内容

更多推荐