摘要:
# nginx vue 处理前台路由 history 模式刷新 404 的问题 location / { try_files $uri $uri/ /index.html; if ($uri ~* .*\.(?:htm|html)$) { add_header Cache-Control "no-s 阅读全文
posted @ 2024-01-02 11:26 WebEnh 阅读(35) 评论(0) 推荐(0)
|
|||
|
摘要:
# nginx vue 处理前台路由 history 模式刷新 404 的问题 location / { try_files $uri $uri/ /index.html; if ($uri ~* .*\.(?:htm|html)$) { add_header Cache-Control "no-s 阅读全文
posted @ 2024-01-02 11:26 WebEnh 阅读(35) 评论(0) 推荐(0) |
|||