Compare commits
No commits in common. "09dd1d0d8778592b0e12308577421d1dfcf7f84f" and "6c9c1fc509a6139ac5dc1c4e306ff29ceb0d231a" have entirely different histories.
09dd1d0d87
...
6c9c1fc509
@ -1,3 +1 @@
|
||||
<template>
|
||||
权限管理
|
||||
</template>
|
||||
<template></template>
|
@ -1,3 +1,3 @@
|
||||
<template>
|
||||
轮播图管理
|
||||
|
||||
</template>
|
@ -1,3 +1,3 @@
|
||||
<template>
|
||||
日报管理
|
||||
|
||||
</template>
|
@ -1,3 +1,3 @@
|
||||
<template>
|
||||
日志管理
|
||||
|
||||
</template>
|
@ -1,3 +1 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
<template></template>
|
@ -1,3 +1,3 @@
|
||||
<template>
|
||||
消息管理
|
||||
|
||||
</template>
|
@ -1,3 +1,3 @@
|
||||
<template>
|
||||
新闻展示
|
||||
|
||||
</template>
|
@ -1,3 +1,3 @@
|
||||
<template>
|
||||
新闻信息
|
||||
|
||||
</template>
|
@ -1,3 +1 @@
|
||||
<template>
|
||||
项目信息
|
||||
</template>
|
||||
<template></template>
|
@ -1,3 +0,0 @@
|
||||
<template>
|
||||
项目推荐
|
||||
</template>
|
@ -1,3 +1,3 @@
|
||||
<template>
|
||||
角色管理
|
||||
|
||||
</template>
|
@ -1,3 +1,3 @@
|
||||
<template>
|
||||
团队信息
|
||||
|
||||
</template>
|
@ -1,3 +1,3 @@
|
||||
<template>
|
||||
团队简介
|
||||
|
||||
</template>
|
@ -1,3 +1,3 @@
|
||||
<template>
|
||||
用户推荐
|
||||
|
||||
</template>
|
@ -1,6 +1,8 @@
|
||||
<template style="display: flex;flex-direction: column;">
|
||||
<template >
|
||||
<div style="display: flex;flex-direction: column;">
|
||||
<Header></Header>
|
||||
<MainSection></MainSection>
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
import Header from "@/Manager/Header.vue";
|
||||
|
Loading…
x
Reference in New Issue
Block a user