This commit is contained in:
zhangsir
2024-06-27 15:39:48 +08:00
parent 5cc1edf169
commit 9529da46d1
2 changed files with 10 additions and 1 deletions

View File

@@ -107,6 +107,15 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
},
{
"path" : "pages/learnPath/examScore",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
} }
], ],
"globalStyle": { "globalStyle": {

View File

@@ -496,7 +496,7 @@
console.log(res,'res') console.log(res,'res')
}) })
this.$router.push({ this.$router.push({
path: '/pages/learnPath/ExamScore', path: '/pages/learnPath/examScore',
query: { query: {
id: item.id, id: item.id,
type: 14, type: 14,