diff --git a/vue/src/router/module/example.js b/vue/src/router/module/example.js index 17da001..4ff8a5a 100644 --- a/vue/src/router/module/example.js +++ b/vue/src/router/module/example.js @@ -5,11 +5,6 @@ const router = { component: 'Layout', meta: {title: '演示用例', icon: 'svg-show', noAuth: true, noCache: true}, children: [ - { - path: 'stylePage', - component: 'example/style', - meta: {title: '样 式'} - }, { path: 'icon', component: 'example/icon/', diff --git a/vue/src/view/example/stylePage.vue b/vue/src/view/example/stylePage.vue deleted file mode 100644 index 9f153f8..0000000 --- a/vue/src/view/example/stylePage.vue +++ /dev/null @@ -1,114 +0,0 @@ - - - - -