dashboard
repositories
filestore
activity
search
login
dg
/
dabao_admin
大宝管理后台代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
账户扣入款账户添加印度
dcc
2024-05-08
54da2e34a85ea4652a3d0d05712dcd876b8d9581
[dg/dabao_admin.git]
/
src
/
layouts
/
PageView.vue
1
2
3
4
5
6
7
8
9
10
11
12
<template>
<page-header-wrapper>
<router-view />
</page-header-wrapper>
</template>
<script>
export default {
name: 'PageView'
}
</script>