Newer
Older
KaiFengPC / src / views / project / projectManage / projectDesign.vue
@zhangdeliang zhangdeliang on 16 Jul 233 bytes update
<template>
  <!-- 项目设计管理 -->
  <div class="publicContainer">项目设计管理</div>
</template>

<script setup>
const { proxy } = getCurrentInstance();

onMounted(() => {});
</script>

<style lang="scss" scoped></style>