拓恒飞手平台网页
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

.env.localhost 373B

il y a 1 an
12345678910111213141516
  1. # 资源公共路径,需要以 /开头和结尾
  2. VITE_PUBLIC_PATH = '/'
  3. # 是否启用MOCK
  4. VITE_APP_USE_MOCK = false
  5. # proxy
  6. VITE_PROXY = [["/api-local","http://127.0.0.1:8002"],["/api-mock","http://127.0.0.1:8003"]]
  7. # base api
  8. VITE_APP_GLOB_BASE_API = '/api-local'
  9. # mock base api
  10. VITE_APP_GLOB_BASE_API_MOCK = '/api-mock'
  11. VITE_AUTHORITY = 'http://192.168.11.11:8090'