|
1234567891011121314151617 |
- # 资源公共路径,需要以 /开头和结尾
- VITE_PUBLIC_PATH = '/'
-
- # 是否启用MOCK
- VITE_APP_USE_MOCK = false
-
- # proxy
- VITE_PROXY = [["/api-local","http://127.0.0.1:8002"],["/api-mock","http://127.0.0.1:8003"]]
-
- # base api
- VITE_APP_GLOB_BASE_API = '/api-local'
-
- # mock base api
- VITE_APP_GLOB_BASE_API_MOCK = '/api-mock'
-
- #VITE_AUTHORITY = 'http://192.168.11.11:8090'
- VITE_AUTHORITY = 'https://login-test.t-aaron.com'
|