RuoYi
2020-09-24 c2bd0ace6e4afbf1f1444104d139208f94a54fbf
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>