公告板
版本库
filestore
活动
搜索
登录
main
/
hm-lock
鸿蒙智能电子锁前端项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
U 发布提交
he wei
2025-03-15
f8fd43f1307b0ae3a55f5a5a1390fd13b506fa88
[hm-lock.git]
/
src
/
views
/
system
/
config.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
<script setup>
import { ref } from "vue";
</script>
<template>
<div class="">系统配置</div>
</template>
<style scoped lang="less">
</style>