nginx中 vue路由去掉#后的配置问题

location =/ {
        rewrite index.html permanent;
        try_files $uri $uri/ /index.html;
    }

 

转载于:https://www.cnblogs.com/jackjo/p/9707034.html

你可能感兴趣的:(javascript,运维,后端)