parent
07d4dc244b
commit
47659b07b3
6 changed files with 66 additions and 0 deletions
@ -0,0 +1,11 @@ |
||||
<template> |
||||
<h1>这是应用机构页面</h1> |
||||
</template> |
||||
|
||||
<script setup> |
||||
|
||||
</script> |
||||
|
||||
<style scoped> |
||||
|
||||
</style> |
@ -0,0 +1,11 @@ |
||||
<template> |
||||
<h1>这是应用资源页面</h1> |
||||
</template> |
||||
|
||||
<script setup> |
||||
|
||||
</script> |
||||
|
||||
<style scoped> |
||||
|
||||
</style> |
@ -0,0 +1,11 @@ |
||||
<template> |
||||
<h1>这是应用校色页面</h1> |
||||
</template> |
||||
|
||||
<script setup> |
||||
|
||||
</script> |
||||
|
||||
<style scoped> |
||||
|
||||
</style> |
@ -0,0 +1,11 @@ |
||||
<template> |
||||
<h1>这是应用用户页面</h1> |
||||
</template> |
||||
|
||||
<script setup> |
||||
|
||||
</script> |
||||
|
||||
<style scoped> |
||||
|
||||
</style> |
@ -0,0 +1,11 @@ |
||||
<template> |
||||
<h1>这是系统公告页面</h1> |
||||
</template> |
||||
|
||||
<script setup> |
||||
|
||||
</script> |
||||
|
||||
<style scoped> |
||||
|
||||
</style> |
@ -0,0 +1,11 @@ |
||||
<template> |
||||
<h1>这是系统用户页面</h1> |
||||
</template> |
||||
|
||||
<script setup> |
||||
|
||||
</script> |
||||
|
||||
<style scoped> |
||||
|
||||
</style> |
Loading…
Reference in new issue