Explorar el Código

change api

tags/v1.0.0
zhangtao hace 1 año
padre
commit
edf3c84da6
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 = [["/api1","http://192.168.11.11:9055"]]
VITE_PROXY = [["","http://192.168.11.11:9055"]]

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

Cargando…
Cancelar
Guardar