react-router 使用browserHistory時不能刷新,404或 報錯Unexpected token <

一、刷新後就報404,應該要怎麼改?html

解決:nginx

若是使用nginx服務器,加上try_files配置:
 
      location / {
             ......
             try_files $uri /index.html;
         }

二、使用browserHistory時不能刷新,報錯:Uncaught SyntaxError: Unexpected token <服務器

解決:
 
      在index.html中修改 .js 引入路徑,使用絕對地址進行引入!
 
      例如:

clipboard.png

使用絕對路徑引入:

clipboard.png

相關文章
相關標籤/搜索