diff --git a/src/pages.json b/src/pages.json index 20f7fb4..308f6de 100644 --- a/src/pages.json +++ b/src/pages.json @@ -389,21 +389,21 @@ } }, { - "path": "evaluate/academicReport/capabilityReport", + "path": "evaluate/academicReport/CapabilityReport", "type": "page", "style": { "navigationStyle": "custom" } }, { - "path": "evaluate/academicReport/characterReport", + "path": "evaluate/academicReport/CharacterReport", "type": "page", "style": { "navigationStyle": "custom" } }, { - "path": "evaluate/academicReport/interestReport", + "path": "evaluate/academicReport/InterestReport", "type": "page", "style": { "navigationStyle": "custom" @@ -437,26 +437,26 @@ "navigationStyle": "custom" } }, + { + "path": "evaluate/studyReport/LearnSkillReport", + "type": "page", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "evaluate/studyReport/LearnStudyReport", + "type": "page", + "style": { + "navigationStyle": "custom" + } + }, { "path": "evaluate/studyReport/anxietyReport", "type": "page", "style": { "navigationStyle": "custom" } - }, - { - "path": "evaluate/studyReport/learnSkillReport", - "type": "page", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "evaluate/studyReport/learnStudyReport", - "type": "page", - "style": { - "navigationStyle": "custom" - } } ] }, diff --git a/src/types/uni-pages.d.ts b/src/types/uni-pages.d.ts index 25d04b3..f99ada1 100644 --- a/src/types/uni-pages.d.ts +++ b/src/types/uni-pages.d.ts @@ -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 {}