Explorar el Código

delete api

tags/v1.0.0
zhangtao hace 1 año
padre
commit
caa6b4a235
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      .env.production

+ 2
- 2
.env.production Ver fichero

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

# proxy
VITE_PROXY = [["/api","http://127.0.0.1:8002/api"]]
VITE_PROXY = [["","http://127.0.0.1:8002/api"]]

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

VITE_AUTHORITY = 'https://oidc.t-aaron.com'
VITE_CLIENT_ID = 'tuoheng-pilot-admin'

Cargando…
Cancelar
Guardar