12 2021 档案

摘要:server { listen 8088; server_name localhost; location / { root dist; index index.html index.htm; try_files $uri $uri/ /index.html; // vue history模式刷新4 阅读全文
posted @ 2021-12-16 09:30 不服憋着 阅读(43) 评论(0) 推荐(0)