feat: add VITE_APP_PROXY 控制H5代理

This commit is contained in:
菲鸽
2024-05-18 17:24:21 +08:00
parent 4789b5ba41
commit b83541d483
5 changed files with 34 additions and 8 deletions

View File

@@ -12,3 +12,5 @@ declare const __UNI_PLATFORM__:
| 'quickapp-webview'
| 'quickapp-webview-huawei'
| 'quickapp-webview-union'
declare const __VITE_APP_PROXY__: 'true' | 'false'