leiyun 10 месяцев назад
Родитель
Сommit
6f13c51ec3
1 измененных файлов: 2 добавлений и 0 удалений
  1. +2
    -0
      src/home/controller/index.js

+ 2
- 0
src/home/controller/index.js Просмотреть файл

@@ -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();
} }




Загрузка…
Отмена
Сохранить