fix: 设置了分包,如果没有路由会报错

This commit is contained in:
Burt 2024-01-24 14:32:10 +08:00
parent 47346b9a0e
commit 8a16c4b61f

View File

@ -0,0 +1,17 @@
<route lang="json5" type="page">
{
style: { navigationBarTitleText: '分包-DEMO' },
}
</route>
<template>
<view class="">分包-DEMO</view>
</template>
<script lang="ts" setup>
//
</script>
<style lang="scss" scoped>
//
</style>