|
@@ -5,6 +5,7 @@ const getMenus = () => [
|
|
|
component: () => import('@/views/manage/home/index.vue'),
|
|
|
meta: {
|
|
|
title: '首页',
|
|
|
+ noAuth: true,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -14,6 +15,7 @@ const getMenus = () => [
|
|
|
meta: {
|
|
|
title: '应用体验',
|
|
|
root: '4806d051-e037-4d9d-99a0-78aa2f2f362b',
|
|
|
+ noAuth: true,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -23,6 +25,7 @@ const getMenus = () => [
|
|
|
meta: {
|
|
|
title: '应用简介',
|
|
|
root: '4806d051-e037-4d9d-99a0-78aa2f2f362b',
|
|
|
+ noAuth: true,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -32,6 +35,7 @@ const getMenus = () => [
|
|
|
meta: {
|
|
|
title: '模型简介',
|
|
|
root: '4806d051-e037-4d9d-99a0-78aa2f2f362b',
|
|
|
+ noAuth: true,
|
|
|
},
|
|
|
},
|
|
|
{
|