fix(route): fix njtech jwc host (#8550)

This commit is contained in:
TrumanGu 2021-11-27 17:07:39 +08:00 committed by GitHub
parent 5b0d4a7c63
commit 2a5b67304e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
const got = require('@/utils/got');
const cheerio = require('cheerio');
const host = 'http://jwb.njtech.edu.cn';
const host = 'http://jwc.njtech.edu.cn';
const link = host + '/index/tzgg.htm';