fix(route): 软考,通信考试路由错误. (#18740)
This commit is contained in:
parent
6cbc91adcb
commit
161ec1614d
|
|
@ -3,7 +3,7 @@ import cache from '@/utils/cache';
|
|||
import got from '@/utils/got';
|
||||
import { parseDate } from '@/utils/parse-date';
|
||||
import { load } from 'cheerio';
|
||||
const BASE_URL = 'https://www.ruankao.org.cn/index/work';
|
||||
const BASE_URL = 'https://www.ruankao.org.cn/index/work.html';
|
||||
|
||||
const removeFontPresetting = (html: string = ''): string => {
|
||||
const $ = load(html);
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import got from '@/utils/got';
|
|||
import { parseDate } from '@/utils/parse-date';
|
||||
import { load } from 'cheerio';
|
||||
|
||||
const BASE_URL = 'https://www.txks.org.cn/index/work';
|
||||
const BASE_URL = 'https://www.txks.org.cn/index/work.html';
|
||||
|
||||
const removeFontPresetting = (html: string = ''): string => {
|
||||
const $ = load(html);
|
||||
|
|
|
|||
Loading…
Reference in New Issue