pages下增加开屏页未启用,增加分包other以及静态页面

This commit is contained in:
2024-12-19 18:18:24 +08:00
parent a147eaab4f
commit 3535322923
7 changed files with 763 additions and 5 deletions

17
other/about/about.vue Normal file
View File

@@ -0,0 +1,17 @@
<template>
<view>
关于我们
</view>
</template>
<script>
export default {
data() {
return {
}
}
}
</script>
<style lang="scss" scoped></style>