chore: 构建: 📦️ nginx增加mock路径
This commit is contained in:
parent
9a65f5e903
commit
da902e6f1f
|
@ -15,7 +15,7 @@ server {
|
|||
}
|
||||
|
||||
# mock 跨域
|
||||
location ~/api/ {
|
||||
location ~/mock/ {
|
||||
proxy_pass http://192.168.3.98:1001;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue