From cbfc52adfef52536f30dfa155f47650238b490b8 Mon Sep 17 00:00:00 2001 From: jym503558564 <503558564@qq.com> Date: Thu, 2 Apr 2020 16:31:34 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E5=A2=9E=E5=8A=A0=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/cn.js | 2 +- src/router/index.js | 2 +- src/views/assets/PlatformList.vue | 52 +++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 src/views/assets/PlatformList.vue diff --git a/src/i18n/langs/cn.js b/src/i18n/langs/cn.js index 172d45300..0ef98da19 100644 --- a/src/i18n/langs/cn.js +++ b/src/i18n/langs/cn.js @@ -252,7 +252,7 @@ const cn = { 'create_platform': '创建系统平台', 'update_platform': '更新系统平台', 'platform_detail': '平台详情', - 'base_platform': '基础平台', + 'BasePlatform': '基础平台', 'charset': '编码', 'meta': '元数据' }, diff --git a/src/router/index.js b/src/router/index.js index 4b9e8623a..39d9e027d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -161,7 +161,7 @@ export const constantRoutes = [ { path: 'platforms', name: 'PlatformList', - component: () => import('@/views/tree/index'), + component: () => import('@/views/assets/PlatformList'), meta: { title: 'PlatformList' } } ] diff --git a/src/views/assets/PlatformList.vue b/src/views/assets/PlatformList.vue new file mode 100644 index 000000000..5baa88a9a --- /dev/null +++ b/src/views/assets/PlatformList.vue @@ -0,0 +1,52 @@ + + + + +