pages下增加开屏页未启用,增加分包other以及静态页面
This commit is contained in:
17
other/about/about.vue
Normal file
17
other/about/about.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<view>
|
||||
关于我们
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
Reference in New Issue
Block a user