Compare commits
2 Commits
94d7d1a7ae
...
f2b844f0a7
| Author | SHA1 | Date |
|---|---|---|
|
|
f2b844f0a7 | |
|
|
60cb378f21 |
|
|
@ -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": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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 {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue