const router = new Router({
mode: 'history', //去掉url中的#
routes: []
---------
NGINX中 VUE路由去掉#后的配置问题
location =/
const router = new Router({
mode: 'history', //去掉url中的#
routes: []
---------
NGINX中 VUE路由去掉#后的配置问题
location =/