dashboard
repositories
filestore
activity
search
login
mayh
/
fireworkweb
forked from
fireworkweb
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
底部文字修改,去除中科院字样
鲁班七号
2023-11-20
dff547c5f92b8917ca9cab1cbb0efba90b7c8784
[~mayh/fireworkweb.git]
/
src
/
views
/
standard
/
storageManage
/
index.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template>
<div>
<router-view></router-view>
</div>
</template>
<script>
export default {
name: "index"
}
</script>
<style scoped>
</style>