Merge branch 'ui-fix-from-master' into uat

This commit is contained in:
王博冉
2022-11-16 23:53:21 +08:00
10 changed files with 44 additions and 25 deletions

View File

@@ -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')
},
{