Compare commits

..

2 Commits

Author SHA1 Message Date
xjs f2b844f0a7 fix: page url error 2026-01-13 17:33:24 +08:00
xjs 60cb378f21 fix: page name error 2026-01-13 15:53:14 +08:00
2 changed files with 26 additions and 26 deletions

View File

@ -419,7 +419,7 @@
} }
}, },
{ {
"path": "evaluate/academicReport/CapabilityReport", "path": "evaluate/academicReport/capabilityReport",
"type": "page", "type": "page",
"style": { "style": {
"navigationStyle": "custom", "navigationStyle": "custom",
@ -428,7 +428,7 @@
} }
}, },
{ {
"path": "evaluate/academicReport/CharacterReport", "path": "evaluate/academicReport/characterReport",
"type": "page", "type": "page",
"style": { "style": {
"navigationStyle": "custom", "navigationStyle": "custom",
@ -437,7 +437,7 @@
} }
}, },
{ {
"path": "evaluate/academicReport/InterestReport", "path": "evaluate/academicReport/interestReport",
"type": "page", "type": "page",
"style": { "style": {
"navigationBarTitleText": "兴趣测评报告" "navigationBarTitleText": "兴趣测评报告"
@ -479,24 +479,6 @@
"navigationBarTitleText": "" "navigationBarTitleText": ""
} }
}, },
{
"path": "evaluate/studyReport/LearnSkillReport",
"type": "page",
"style": {
"navigationStyle": "custom",
"transparentTitle": "always",
"navigationBarTitleText": ""
}
},
{
"path": "evaluate/studyReport/LearnStudyReport",
"type": "page",
"style": {
"navigationStyle": "custom",
"transparentTitle": "always",
"navigationBarTitleText": ""
}
},
{ {
"path": "evaluate/studyReport/anxietyReport", "path": "evaluate/studyReport/anxietyReport",
"type": "page", "type": "page",
@ -505,6 +487,24 @@
"transparentTitle": "always", "transparentTitle": "always",
"navigationBarTitleText": "" "navigationBarTitleText": ""
} }
},
{
"path": "evaluate/studyReport/learnSkillReport",
"type": "page",
"style": {
"navigationStyle": "custom",
"transparentTitle": "always",
"navigationBarTitleText": ""
}
},
{
"path": "evaluate/studyReport/learnStudyReport",
"type": "page",
"style": {
"navigationStyle": "custom",
"transparentTitle": "always",
"navigationBarTitleText": ""
}
} }
] ]
}, },

View File

@ -47,16 +47,16 @@ interface NavigateToOptions {
"/login-sub/userAgreement" | "/login-sub/userAgreement" |
"/pages-evaluation-sub/aiAutoFill/index" | "/pages-evaluation-sub/aiAutoFill/index" |
"/pages-evaluation-sub/rank/index" | "/pages-evaluation-sub/rank/index" |
"/pages-evaluation-sub/evaluate/academicReport/CapabilityReport" | "/pages-evaluation-sub/evaluate/academicReport/capabilityReport" |
"/pages-evaluation-sub/evaluate/academicReport/CharacterReport" | "/pages-evaluation-sub/evaluate/academicReport/characterReport" |
"/pages-evaluation-sub/evaluate/academicReport/InterestReport" | "/pages-evaluation-sub/evaluate/academicReport/interestReport" |
"/pages-evaluation-sub/evaluate/academicReport/opinionAboutReport" | "/pages-evaluation-sub/evaluate/academicReport/opinionAboutReport" |
"/pages-evaluation-sub/evaluate/psychologicalReport/mhtReport" | "/pages-evaluation-sub/evaluate/psychologicalReport/mhtReport" |
"/pages-evaluation-sub/evaluate/psychologicalReport/sasReport" | "/pages-evaluation-sub/evaluate/psychologicalReport/sasReport" |
"/pages-evaluation-sub/evaluate/psychologicalReport/sdsReport" | "/pages-evaluation-sub/evaluate/psychologicalReport/sdsReport" |
"/pages-evaluation-sub/evaluate/studyReport/LearnSkillReport" |
"/pages-evaluation-sub/evaluate/studyReport/LearnStudyReport" |
"/pages-evaluation-sub/evaluate/studyReport/anxietyReport" | "/pages-evaluation-sub/evaluate/studyReport/anxietyReport" |
"/pages-evaluation-sub/evaluate/studyReport/learnSkillReport" |
"/pages-evaluation-sub/evaluate/studyReport/learnStudyReport" |
"/aiService-sub/index/index"; "/aiService-sub/index/index";
} }
interface RedirectToOptions extends NavigateToOptions {} interface RedirectToOptions extends NavigateToOptions {}