jeecgBootUniapp/src/pages-home/home/home.vue

21 lines
243 B
Vue
Raw Normal View History

2025-04-29 08:37:17 +00:00
<route lang="json5" type="page">
{
layout: 'default',
style: {
navigationBarTitleText: '',
},
}
</route>
<template>
<view class=""></view>
</template>
<script lang="ts" setup>
//
</script>
<style lang="scss" scoped>
//
</style>