diff --git a/src/router/index.js b/src/router/index.js index 51e611cf..e5053517 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -111,7 +111,7 @@ const constantRoutes = [ }, { path: 'answer-setting', - meta: { showPublish: true, showDownload: true }, + meta: { showPublish: true, showDownload: false }, component: () => import(/* webpackChunkName: "planet" */ '../views/planetDesign/AnswerSetting.vue') }, {