Skip to content

Commit

Permalink
新增关于我们 页
Browse files Browse the repository at this point in the history
  • Loading branch information
suvvm committed Nov 30, 2019
1 parent 2b2d9fb commit 9c12119
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@
"navigationBarTitleText": "我的公司"
}
}
,{
"path" : "pages/AboutUs/AboutUs",
"style" : {}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
Expand Down
22 changes: 22 additions & 0 deletions pages/AboutUs/AboutUs.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<template>
<view>

</view>
</template>

<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>

<style>
</style>

0 comments on commit 9c12119

Please sign in to comment.