fix: 设置了分包,如果没有路由会报错
This commit is contained in:
parent
47346b9a0e
commit
8a16c4b61f
17
src/pages-sub/demo/index.vue
Normal file
17
src/pages-sub/demo/index.vue
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user