RuoYi
2020-07-02 eb48d6a80f3c9ab3bb7a71b8118608094312db47
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>