Commit b940a04997527a28372452ae0e08909fa56b3aea
1 parent
3fd01bf3
feat(frontend):场景联动模拟接口,新增一个插件emit
Showing
1 changed file
with
1 additions
and
1 deletions
Too many changes to show.
To preserve performance only 1 of 18 files are displayed.
... | ... | @@ -7,7 +7,7 @@ VITE_PUBLIC_PATH = / |
7 | 7 | # Cross-domain proxy, you can configure multiple |
8 | 8 | # Please note that no line breaks |
9 | 9 | # If Use Online Mock,Address Is ["https://www.fastmock.site/mock/87187f474cb8128e88a517a04d77d80c/api"] |
10 | -VITE_PROXY = [["/api","http://192.168.10.116:8082/api"],["/upload","http://localhost:3300/upload"]] | |
10 | +VITE_PROXY = [["/api","http://192.168.10.115:8082/api"],["/upload","http://localhost:3300/upload"]] | |
11 | 11 | # VITE_PROXY = [["/api","https://www.fastmock.site/mock/87187f474cb8128e88a517a04d77d80c/api]",["/upload","http://localhost:3300/upload"]] |
12 | 12 | # VITE_PROXY=[["/api","https://vvbin.cn/test"]] |
13 | 13 | ... | ... |