This commit is contained in:
2025-11-28 17:40:40 +08:00
commit 135696ef93
244 changed files with 37401 additions and 0 deletions

26
src/views/wel/index.vue Normal file
View File

@@ -0,0 +1,26 @@
<template>
<div class="wel-container">
</div>
</template>
<script>
export default {
name: 'Wel',
data() {
return {
};
},
mounted() {
},
methods: {
}
};
</script>
<style lang="scss" scoped>
</style>