Explorar el Código

11

wulanhaote
liuminjian hace 3 años
padre
commit
58002f652d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      config/prod.env.js

+ 2
- 1
config/prod.env.js Ver fichero

@@ -1,4 +1,5 @@
'use strict'
module.exports = {
NODE_ENV: '"production"'
NODE_ENV: '"production"',
VUE_APP_BASE_API: '"/api"'
}

Cargando…
Cancelar
Guardar