修改user端的项目文件到mini-user
CI / verify (pull_request) Has been cancelled

This commit is contained in:
2026-07-14 15:52:27 +08:00
parent e0f5977dd9
commit 9403d22544
8 changed files with 42 additions and 11 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ server {
client_max_body_size 20m;
location ~ ^/MP_verify_.*\.txt$ {
root /opt/dukang-haoke/apps/h5-user/dist;
root /opt/dukang-haoke/apps/mini-user/dist;
default_type text/plain;
access_log off;
}