RuoYi
2020-07-27 fe030cc02248f2a0481d09182e2e9c94b9bbd77f
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>