九山 4 years ago
parent
commit
970cfdbac4
3 changed files with 0 additions and 31 deletions
  1. 0 5
      src/router/ylf.js
  2. 0 13
      src/views/module1/a.vue
  3. 0 13
      src/views/module1/b.vue

+ 0 - 5
src/router/ylf.js

@@ -1,7 +1,2 @@
 export default [
-  { // 路由页面注释
-    path:'/a',
-    name:'a',
-    component: r => require.ensure([], () => r(require('@views/module1/a')), 'sysManage2')
-  },
 ]

+ 0 - 13
src/views/module1/a.vue

@@ -1,13 +0,0 @@
-<template>
-  <div class="home">
-    a页面
-  </div>
-</template>
-
-
-<script>
-
-</script>
-
-<style lang="scss" scoped>
-</style>

+ 0 - 13
src/views/module1/b.vue

@@ -1,13 +0,0 @@
-<template>
-  <div class="home">
-    b页面
-  </div>
-</template>
-
-
-<script>
-
-</script>
-
-<style lang="scss" scoped>
-</style>