Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
leiyun
/
ssl_manage
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
save
master
leiyun
hace 10 meses
padre
736df90f4a
commit
b350e729bb
Se han
modificado 2 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
src/common/config/env/production.js
+1
-1
src/home/controller/index.js
+ 1
- 0
src/common/config/env/production.js
Ver fichero
@@ -13,6 +13,7 @@ export default {
"data.qbjjyyun.net",
"xxzz.qbjjyyun.net",
"xxzz.h5.qbjjyyun.net",
"www.qbjjyyun.net",
],
CERT_DIR:"/etc/nginx/cert",
SCP:[
+ 1
- 1
src/home/controller/index.js
Ver fichero
@@ -167,7 +167,7 @@ export default class extends Base {
const daysLeft = await getRemainingDays(domain);
const msg = `证书${domain},剩余${daysLeft}天`;
console.log(msg);
if (daysLeft <=
9
0) {
if (daysLeft <=
1
0) {
updateList.push(domain);
}
} catch (e) {
Escribir
Vista previa
Cargando…
Cancelar
Guardar