Commit 925edda2 authored by youjie's avatar youjie

no message

parent 14ec4640
...@@ -93,6 +93,7 @@ ...@@ -93,6 +93,7 @@
} }
},{ },{
"path": "pages/person/person", "path": "pages/person/person",
"navigationStyle": "custom",
"style": { "style": {
"navigationBarTitleText": "个人中心", "navigationBarTitleText": "个人中心",
"backgroundColor": "#F6F6F6", "backgroundColor": "#F6F6F6",
......
...@@ -172,10 +172,12 @@ ...@@ -172,10 +172,12 @@
</view> </view>
</view> </view>
<bottom /> <bottom />
<tabbar active-name='usercenter'></tabbar>
</view> </view>
</template> </template>
<script> <script>
import tabbar from '@/components/tabbar'
import { import {
ref, ref,
reactive, reactive,
...@@ -194,6 +196,7 @@ ...@@ -194,6 +196,7 @@
} from "../../api/erp"; } from "../../api/erp";
export default { export default {
components: { components: {
tabbar,
bottom, bottom,
}, },
setup(props, context) { setup(props, context) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment