添加页面
This commit is contained in:
24
src/bundle/parten/pages/my/my.vue
Normal file
24
src/bundle/parten/pages/my/my.vue
Normal file
@ -0,0 +1,24 @@
|
||||
<route lang="jsonc" type="page">
|
||||
{
|
||||
"layout": "default",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
}
|
||||
</route>
|
||||
|
||||
<template>
|
||||
<view class="">
|
||||
<tabbar class=""></tabbar>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import Tabbar from '@/bundle/parten/components/Tabbar.vue'
|
||||
|
||||
const OSS = inject('OSS')
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user