dashboard
repositories
filestore
activity
search
login
main
/
jczz_web
基层智治-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
根据角色,动态切换首页,及首页变更的一系列相关调整
shuishen
2024-01-22
3835cf1ca8d5ac8475052d3876ebeb4a2c4160f1
[jczz_web.git]
/
src
/
views
/
test.vue
1
2
3
4
5
6
7
8
9
10
<template>
<basic-container>测试页</basic-container>
</template>
<script>
export default {};
</script>
<style>
</style>