first commit

This commit is contained in:
Ls
2026-03-09 16:31:33 +08:00
commit 22f77eb290
92 changed files with 35468 additions and 0 deletions

29
src/pages/index/index.vue Normal file
View File

@@ -0,0 +1,29 @@
<template>
<view>
11111
</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>