Files
QCN_rider/.svn/pristine/79/79a03624b4cc710b49266d1c4dd34da6353de281.svn-base
2026-02-12 12:19:20 +08:00

27 lines
352 B
Plaintext

<template>
<view>
</view>
</template>
<script setup lang="ts">
import { ref } from 'vue';
import { onShow, onLoad } from '@dcloudio/uni-app';
import { NvpAgentService, Service } from '@/Service/Nvp/NvpAgentService';
onShow(() => {
})
onLoad(() => {
})
</script>
<style lang="scss">
page {
background-color: #fdfdfd;
}
</style>