Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
zhangzl
/
nsgk_mobile
Seguir
2
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Merge branch 'master' of
http://116.255.135.38:3000/zhangzl/nsgk_mobile
wulanhaote
张泽亮
hace 3 años
padre
42168d746c
3d607ddc13
commit
1341655fad
Se han
modificado 4 ficheros
con
5 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
config/dev.env.js
BIN
src/assets/images/homestead/login_bg.jpg
+2
-1
src/views/authenticRight/login.vue
+2
-1
src/views/homestead/login.vue
+ 1
- 1
config/dev.env.js
Ver fichero
@@ -4,5 +4,5 @@ const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
VUE_APP_BASE_API:'"/api"'
VUE_APP_BASE_API:
'"/
dev-
api"'
})
BIN
src/assets/images/homestead/login_bg.jpg
Ver fichero
Antes
Después
Anchura:
375
| Altura:
324
| Tamaño:
41 KiB
Anchura:
375
| Altura:
324
| Tamaño:
73 KiB
+ 2
- 1
src/views/authenticRight/login.vue
Ver fichero
@@ -188,7 +188,8 @@ export default {
.signIn_container {
flex: 1;
display: flex;
margin-bottom: 18px;
max-height: 90px;
margin-bottom: 24px;
&:last-child {
margin-bottom: 0;
}
+ 2
- 1
src/views/homestead/login.vue
Ver fichero
@@ -189,7 +189,8 @@ export default {
.signIn_container {
flex: 1;
display: flex;
margin-bottom: 18px;
max-height: 90px;
margin-bottom: 24px;
&:last-child {
margin-bottom: 0;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar