leiyun před 11 měsíci
rodič
revize
6f13c51ec3
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      src/home/controller/index.js

+ 2
- 0
src/home/controller/index.js Zobrazit soubor

@@ -124,6 +124,7 @@ export default class extends Base {
* @return {Promise} [] * @return {Promise} []
*/ */
async indexAction () { async indexAction () {
console.log("==".repeat(20), "开始检查证书", "==".repeat(20));
let domains = this.config().domains; let domains = this.config().domains;
let msgs = [] let msgs = []
for (let domain of domains) { for (let domain of domains) {
@@ -141,6 +142,7 @@ export default class extends Base {
this.assign({ this.assign({
msgs: msgs.join('\n') msgs: msgs.join('\n')
}); });
console.log("==".repeat(20), "结束检查证书", "==".repeat(20));
return this.display(); return this.display();
} }




Načítá se…
Zrušit
Uložit