RuoYi
2020-12-24 8c9eb7d6b6f494355f5de91191030800813e5d82
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>