RuoYi
2020-08-05 b56898858d829a314b9209fb6b05dac01ff5ef6a
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>