Explorar el Código

配置 运行环境

feat
JinxChen hace 3 años
padre
commit
01a5884f66
Se han modificado 3 ficheros con 11 adiciones y 0 borrados
  1. +4
    -0
      .env.development
  2. +3
    -0
      .env.production
  3. +4
    -0
      .env.test

+ 4
- 0
.env.development Ver fichero

@@ -0,0 +1,4 @@
NODE_ENV= development
# base api
VUE_APP_BASE_API = 'https://id.ssjlai.com/telpopay'
#VUE_APP_BASE_API = 'https://ai.ssjlai.com/telpopay'

+ 3
- 0
.env.production Ver fichero

@@ -0,0 +1,3 @@
NODE_ENV= production
# base api
VUE_APP_BASE_API = 'https://ai.ssjlai.com/telpopay'

+ 4
- 0
.env.test Ver fichero

@@ -0,0 +1,4 @@
NODE_ENV= test
# base api
VUE_APP_BASE_API = 'https://id.ssjlai.com/telpopay'
#VUE_APP_BASE_API = 'https://ai.ssjlai.com/telpopay'

Cargando…
Cancelar
Guardar