Newer
Older
KaiFengPC / src / views / longoPeration / operationYJ.vue
@zhangdeliang zhangdeliang 24 days ago 257 bytes update
<template>
  <!-- 运维应急管理(应标) -->
  <div class="publicContainer">运维应急管理(应标)</div>
</template>

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

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

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