dounai1306 / vue

vue的一些相关记录
0 stars 0 forks source link

vue-router导致的url在回车的时候访问空白 #11

Open dounai1306 opened 6 years ago

dounai1306 commented 6 years ago
server {
        location / {
            root /dist/;
            #try_files $uri index.html;
            rewrite ^ /index.html break;
        }
    } 
location / {
    rewrite / /index.html;
    break;
}