fix(route): fix njtech jwc host (#8550)
This commit is contained in:
parent
5b0d4a7c63
commit
2a5b67304e
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue