dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
代码生成支持选择上级菜单
RuoYi
2020-07-21
b2d79b62d1d411eead38d500cdae1dc3a58d84ac
[expert_management.git]
/
ruoyi-ui
/
src
/
App.vue
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>