GOTAB 随记
搜索文章
首页
分类
标签
归档
关于
旗下应用
= 768 && isOpen) { isOpen = false; setTimeout(() => enableScroll(document.body), 200); }" >
enableScroll(document.body), 200);" x-transition:enter="transition ease duration-300" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease duration-300" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" style=" position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 1001; overscroll-behavior: none; " >
enableScroll(document.body), 200)" >
首页
分类
标签
归档
关于
旗下应用
SPA 前端网站部署的伪静态规则配置
作者:doxwant
发布时间: 2025-08-08
阅读量:115
评论数:0
日常记录
#nginx
在 nginx 中添加如下一个
伪静态
规则即可。
location / { try_files $uri $uri/ /index.html; }
高性价比云服务器特惠
微信赞赏码
支付宝赞赏码
# 网址导航
(1)
# mac
(2)
# mysql
(1)
# 青龙面板
(1)
# 管理系统
(1)
# 工程检测
(1)
# docker
(3)
# golang
(1)
# nextjs
(5)
# nginx
(2)
# vue
(0)
# react
(3)
# frp
(2)
# 运维
(3)
# 前端
(3)
# 主题
(1)
上一篇:上传文件报错:String con...
下一篇:桥梁检测工程师的“掌上助手”来了!...
评论