Showing
2 changed files
with
3 additions
and
4 deletions
1 | # Proxy | 1 | # Proxy |
2 | -VITE_GLOB_PROXY = [["/api", "http://222.180.200.114:48080/api"]] | ||
3 | -# VITE_GLOB_PROXY = [["/api", "http://192.168.10.118:8080/api"]] | 2 | +VITE_GLOB_PROXY = [["/api", "http://locahost:8080/api"]] |
4 | 3 | ||
5 | # Api prefix | 4 | # Api prefix |
6 | VITE_GLOB_API_URL = /api | 5 | VITE_GLOB_API_URL = /api |
7 | 6 | ||
8 | -# | 7 | +# |
9 | VITE_GLOB_API_URL_PREFIX = /yt | 8 | VITE_GLOB_API_URL_PREFIX = /yt |
10 | 9 | ||
11 | # 内容安全协议 | 10 | # 内容安全协议 |