RuoYi
2020-06-12 48ba7d5ed69c932fa9bfcc28ca29a9f2c81d2465
1
2
3
4
5
6
7
8
9
10
11
<template>
  <div id="app">
    <router-view />
  </div>
</template>
 
<script>
export default  {
  name:  'App'
}
</script>