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 @@
+
+
+
+
+
+
+