diff --git a/src/pages.json b/src/pages.json index 91d2cf5..37dbc97 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 f99ada1..25d04b3 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 {}