Explorar el Código

Merge branch 'zhangtao' of gitadmin/tuoheng_pilot_web into develop

tags/v1.0.0
zhangtao hace 2 años
padre
commit
712ae30bbc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      .env.test

+ 2
- 2
.env.test Ver fichero

@@ -5,7 +5,7 @@ VITE_PUBLIC_PATH = '/'
VITE_APP_USE_MOCK = false

# proxy
VITE_PROXY = [["/","http://192.168.11.11:9055"]]
VITE_PROXY = [["/api","http://192.168.11.11:9055"]]

# base api
VITE_APP_GLOB_BASE_API = '/'
VITE_APP_GLOB_BASE_API = '/api'

Cargando…
Cancelar
Guardar