修改header路由
This commit is contained in:
parent
4ec762c3f9
commit
1ae7d8f8b0
|
|
@ -2,7 +2,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"local": "cross-env API_ENV=local umi dev",
|
||||
"start": "cross-env API_ENV=dev NODE_OPTIONS=--openssl-legacy-provider umi dev",
|
||||
"start": "cross-env API_ENV=dev umi dev",
|
||||
"test-build": "cross-env API_ENV=test umi build",
|
||||
"test-newreactbuild": "cross-env API_ENV=newReactTest COMPRESS=none NODE_OPTIONS=--max_old_space_size=8096 umi build",
|
||||
"test-newbuild": "cross-env API_ENV=newTest COMPRESS=none umi build",
|
||||
|
|
|
|||
|
|
@ -10,11 +10,11 @@ export const menu = [
|
|||
},
|
||||
{
|
||||
name: '赛程赛制',
|
||||
link: '/competitions/2026/track/675',
|
||||
link: '/competitions/2026/schedule',
|
||||
},
|
||||
{
|
||||
name: '赛事中心',
|
||||
link: '/competitions/2026/track/675',
|
||||
link: '/competitions/2026/center',
|
||||
},
|
||||
{
|
||||
name: '赛事动态',
|
||||
|
|
|
|||
Loading…
Reference in New Issue