RuoYi
2021-01-17 a9b51070ed35c36a90ea2cd3a229a941a03ad5da
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>