[UI] 完成国标级联的CURD

This commit is contained in:
648540858
2020-11-23 18:17:20 +08:00
parent 1904978856
commit 14003b9805
9 changed files with 519 additions and 182 deletions

View File

@@ -37,7 +37,7 @@ export default new VueRouter({
component: channelList,
},,
{
path: '/parentPlatformList/:platformId/:count/:page',
path: '/parentPlatformList/:count/:page',
name: 'parentPlatformList',
component: parentPlatformList,
},