fix: 实名认证运营商分类
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 51s

This commit is contained in:
luo
2026-07-02 15:55:12 +08:00
parent 832c2852c7
commit f581ccaa9b
3 changed files with 41 additions and 3 deletions

View File

@@ -17,7 +17,10 @@ server {
add_header Content-Type text/plain;
}
location / {
# H5 部署到 /h5
location /h5/ {
alias /usr/share/nginx/html/;
index index.html;
try_files $uri $uri/ /index.html;
}