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

location =/ {
        rewrite index.html permanent;
        try_files $uri $uri/ /index.html;
    }
原文地址:https://www.cnblogs.com/jackjo/p/9707034.html