Fix seller all-in-one image and order flows

This commit is contained in:
Chopper711
2026-06-17 16:45:36 +08:00
parent 1c10b20e10
commit c404f663ad
33 changed files with 513 additions and 125 deletions

View File

@@ -43,7 +43,7 @@
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
server_name im-api.pickmall.cn;
server_name shop.example.com;
location / {
proxy_pass http://127.0.0.1:8088;
}
@@ -68,4 +68,4 @@
try_files $uri $uri/ /index.html;
root /home/im/im/dist;
}
````
````