diff --git a/src/router/index.js b/src/router/index.js index 20d6bffe7..2255a8749 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -22,7 +22,6 @@ const JointTraining = () => import('@/views/jointTraining/index'); const Error401 = () => import('@/views/error-page/401'); const Errpr404 = () => import('@/views/error-page/404'); -const MapProduct = () => import('@/views/system/product/index'); const Dictionary = () => import('@/views/system/dictionary/index'); const DictionaryDetail = () => import('@/views/system/dictionaryDetail/index'); const UserControl = () => import('@/views/system/userControl/index'); @@ -81,7 +80,6 @@ const PackageDraft = () => import('@/views/package/draft/ruleForm'); const PublishMap = () => import('@/views/publish/publishMap/index'); const PublishMapDetail = () => import('@/views/publish/publishMap/list'); // 发布历史 -const ProductStatus = () => import('@/views/publish/productStatus/index'); const PublishLesson = () => import('@/views/publish/publishLesson/index'); const RunPlanTemplate = () => import('@/views/publish/runPlanTemplate/index'); const RunPlanCommon = () => import('@/views/publish/runPlanCommon/index'); @@ -592,13 +590,6 @@ export const asyncRouter = [ hidden: true, component: PublishMapDetail }, - { // 产品状态 - path: 'product', - component: ProductStatus, - meta: { - i18n: 'router.productStateManage' - } - }, { // 发布课程 path: 'lesson', component: PublishLesson, @@ -804,14 +795,6 @@ export const asyncRouter = [ i18n: 'router.subsystemGeneration' } }, - { - // 产品编辑 - path: 'product', - component: MapProduct, - meta: { - i18n: 'router.productEdit' - } - }, { // 消息公告 path: 'news', component: News, diff --git a/src/views/publish/productStatus/index.vue b/src/views/publish/productStatus/index.vue deleted file mode 100644 index aaaeb14d6..000000000 --- a/src/views/publish/productStatus/index.vue +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - diff --git a/src/views/system/product/edit.vue b/src/views/system/product/edit.vue deleted file mode 100644 index 86425a789..000000000 --- a/src/views/system/product/edit.vue +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - - - - - - - - - - {{ item.name }} - - - - - - - - - - - - - - - - - - - {{ $t('map.create') }} - {{ $t('map.updata') }} - {{ $t('map.deleteObj') }} - - - - - - - diff --git a/src/views/system/product/index.vue b/src/views/system/product/index.vue deleted file mode 100644 index 26341ffd1..000000000 --- a/src/views/system/product/index.vue +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - diff --git a/src/views/system/product/tree.vue b/src/views/system/product/tree.vue deleted file mode 100644 index 90436767f..000000000 --- a/src/views/system/product/tree.vue +++ /dev/null @@ -1,142 +0,0 @@ - - - - {{ $t('map.productCategories') }} - - - - - - - - - - - {{ node.label }} - - - - - - - - - - -