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

20 lines
239 B
Vue
Raw Normal View History

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