dashboard
repositories
filestore
activity
search
login
main
/
heavy-cargo-system-web
大件运输联网系统前端代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
通行证、评价页面非管理员只能看见自己的数据
guoshilong
2022-12-20
b2832a9c5d287b8a11c0e7ba312bfd45f195d8df
[heavy-cargo-system-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>