Compare commits

..

No commits in common. "f2b844f0a7432e50720a9e2ea48a27268d7e2ed1" and "94d7d1a7aed4c7bf6265d3b5dd4432b32b7c3ba4" have entirely different histories.

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",
"style": {
"navigationStyle": "custom",
@ -428,7 +428,7 @@
}
},
{
"path": "evaluate/academicReport/characterReport",
"path": "evaluate/academicReport/CharacterReport",
"type": "page",
"style": {
"navigationStyle": "custom",
@ -437,7 +437,7 @@
}
},
{
"path": "evaluate/academicReport/interestReport",
"path": "evaluate/academicReport/InterestReport",
"type": "page",
"style": {
"navigationBarTitleText": "兴趣测评报告"
@ -479,6 +479,24 @@
"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",
"type": "page",
@ -487,24 +505,6 @@
"transparentTitle": "always",
"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" |
"/pages-evaluation-sub/aiAutoFill/index" |
"/pages-evaluation-sub/rank/index" |
"/pages-evaluation-sub/evaluate/academicReport/capabilityReport" |
"/pages-evaluation-sub/evaluate/academicReport/characterReport" |
"/pages-evaluation-sub/evaluate/academicReport/interestReport" |
"/pages-evaluation-sub/evaluate/academicReport/CapabilityReport" |
"/pages-evaluation-sub/evaluate/academicReport/CharacterReport" |
"/pages-evaluation-sub/evaluate/academicReport/InterestReport" |
"/pages-evaluation-sub/evaluate/academicReport/opinionAboutReport" |
"/pages-evaluation-sub/evaluate/psychologicalReport/mhtReport" |
"/pages-evaluation-sub/evaluate/psychologicalReport/sasReport" |
"/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/learnSkillReport" |
"/pages-evaluation-sub/evaluate/studyReport/learnStudyReport" |
"/aiService-sub/index/index";
}
interface RedirectToOptions extends NavigateToOptions {}