fix(route/zaobao): update finance route path (#22705)
This commit is contained in:
parent
9d85d44492
commit
ecfefda0fe
|
|
@ -37,9 +37,7 @@ async function handler(ctx) {
|
|||
|
||||
case 'zfinance':
|
||||
name = '财经';
|
||||
// this is for HK version; for SG version, it's redirected to
|
||||
// /realtime/finance
|
||||
sectionLink = '/finance/realtime';
|
||||
sectionLink = '/realtime/finance';
|
||||
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue