Auto merge base into spa

This commit is contained in:
GitHub Actions 2025-06-03 09:48:13 +00:00
commit 9b0eb79074
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,9 @@
<route lang="json5" type="page">
{
style: { navigationBarTitleText: '分包页面 标题' },
style: {
navigationStyle: 'default',
navigationBarTitleText: '分包页面 标题',
},
}
</route>

View File

@ -19,6 +19,7 @@
鸽友们好我是
<text class="text-red-500">菲鸽</text>
</view>
<!-- <button @click="toSubPage()">去分包</button> -->
<view class="test-css">测试 scss 样式</view>
<RequestComp />
<UploadComp />
@ -32,6 +33,11 @@ import UploadComp from './components/upload.vue'
//
const { safeAreaInsets } = uni.getSystemInfoSync()
const toSubPage = () => {
uni.navigateTo({
url: '/pages-sub/demo/index',
})
}
</script>
<style lang="scss" scoped>