Showing
2 changed files
with
3 additions
and
4 deletions
1 | 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 | 4 | # Api prefix |
6 | 5 | VITE_GLOB_API_URL = /api |
7 | 6 | |
8 | -# | |
7 | +# | |
9 | 8 | VITE_GLOB_API_URL_PREFIX = /yt |
10 | 9 | |
11 | 10 | # 内容安全协议 | ... | ... |