fix: cuit link (#2414)

This commit is contained in:
ruleroller
2019-06-16 20:28:17 +08:00
committed by DIYgod
parent f9ea0d6ecb
commit 12506d698c
+1 -1
View File
@@ -2,7 +2,7 @@ const got = require('@/utils/got');
const cheerio = require('cheerio');
const url = require('url');
const host = 'http://www.cuit.edu.cn/';
const host = 'https://www.cuit.edu.cn/';
module.exports = async (ctx) => {
const type = ctx.params.type || '1';