sh_real_name_system_app/src/pages/person-check/index.vue

10 lines
160 B
Vue
Raw Normal View History

<template>
<view>
<text>人员检查</text>
</view>
</template>
<script setup name="personCheck"></script>
<style scoped lang="scss"></style>