RuoYi
2020-03-13 7604d59e498cc05f6a5f3744d449c9023d3b571b
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>