feat: 完成监控相关UI+逻辑

This commit is contained in:
范鹏 2025-04-06 18:18:01 +08:00
parent abbbec9cdb
commit b04550828d

View File

@ -0,0 +1,13 @@
<template>
<view>
<view>授权微信</view>
</view>
</template>
<script setup>
import { onLoad } from '@dcloudio/uni-app'
onLoad(() => {
console.log(11111111)
})
</script>