更新下载中心按钮隐藏

This commit is contained in:
王博冉
2022-11-16 23:52:48 +08:00
parent 7890776856
commit 4c1098a210

View File

@@ -111,7 +111,7 @@ const constantRoutes = [
}, },
{ {
path: 'answer-setting', path: 'answer-setting',
meta: { showPublish: true, showDownload: true }, meta: { showPublish: true, showDownload: false },
component: () => import(/* webpackChunkName: "planet" */ '../views/planetDesign/AnswerSetting.vue') component: () => import(/* webpackChunkName: "planet" */ '../views/planetDesign/AnswerSetting.vue')
}, },
{ {