文档地址:https://100px.net/document/js.html演示地址:https://100px.net/demo/wheel/ymc.html搞一个干饭人demo: 😉👉 http://555521.xyz/yun.html
去掉想将vue url中的#去掉,需要把vue从 vue-router 默认的 hash 模式 ,改为history 模式 ,同时后台要做相关的设置。具体在router =>index.js 添加const router = new Router({ mode: "history", routes: [...] ......nginx 添加location ...