| 1234567891011121314151617181920212223242526272829 |
- # Whether to open mock
- VITE_USE_MOCK = true
- # 本地环境按钮,不用验证直接显示
- VITE_USE_DEV_BUTTON = true
- # public path
- VITE_PUBLIC_PATH =
- # Cross-domain proxy, you can configure multiple
- # Please note that no line breaks
- # VITE_PROXY = [["/shuanghui/","http://www.lengyitong.net:9028/shuanghui_api/shuanghui/"],["/basic-api","http://localhost:3000"],["/upload","http://localhost:3300/upload"]]
- # VITE_PROXY=[["/api","https://vvbin.cn/test"]]
- VITE_PROXY = [["/shuanghui/","http://localhost:10089/"],["/basic-api","http://localhost:10089"],["/upload","http://localhost:10089/upload"]]
- # Delete console
- VITE_DROP_CONSOLE = false
- # Basic interface address SPA
- VITE_GLOB_API_URL=
- # File upload address, optional
- VITE_GLOB_UPLOAD_URL=/upload
- # Interface prefix
- VITE_GLOB_API_URL_PREFIX=
|