Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
zhangzl
/
rongxin.dashboard
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
仓库初始化
master
张泽亮
2 meses atrás
pai
ad67edd575
commit
a4f2173ce5
3 arquivos alterados
com
3 adições
e
3 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
.env.development
+1
-1
.env.production
+1
-1
.env.staging
+ 1
- 1
.env.development
Ver arquivo
@@ -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 arquivo
@@ -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 arquivo
@@ -9,4 +9,4 @@ NODE_ENV = production
ENV = 'staging'
# 管理系统/测试环境
VUE_APP_BASE_API = '/
stage-
api'
VUE_APP_BASE_API = '/api'
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar