Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
zhangzl
/
rongxin.dashboard
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
仓库初始化
master
张泽亮
hace 2 meses
padre
ad67edd575
commit
a4f2173ce5
Se han
modificado 3 ficheros
con
3 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
.env.development
+1
-1
.env.production
+1
-1
.env.staging
+ 1
- 1
.env.development
Ver fichero
@@ -5,7 +5,7 @@ VUE_APP_TITLE = 后台系统
ENV = 'development'
# 管理系统/开发环境
VUE_APP_BASE_API = '/
dev-
api'
VUE_APP_BASE_API = '/api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
+ 1
- 1
.env.production
Ver fichero
@@ -5,4 +5,4 @@ VUE_APP_TITLE = 后台系统
ENV = 'production'
# 管理系统/生产环境
VUE_APP_BASE_API = '/
prod-
api'
VUE_APP_BASE_API = '/api'
+ 1
- 1
.env.staging
Ver fichero
@@ -9,4 +9,4 @@ NODE_ENV = production
ENV = 'staging'
# 管理系统/测试环境
VUE_APP_BASE_API = '/
stage-
api'
VUE_APP_BASE_API = '/api'
Escribir
Vista previa
Cargando…
Cancelar
Guardar