Newer
Older
urbanLifeline_YanAn / src / views / system / newsManage / index.vue
@zhangqy zhangqy on 3 Oct 240 bytes first commit
<template>
  <!-- 新闻管理 -->
  <div class="publicContainer">新闻管理</div>
</template>

<script setup name="page">
const allData = reactive({});
onMounted(() => {});
</script>
<style lang="scss">
.page {
  width: 100%;
}
</style>