Commit 925edda2 authored by youjie's avatar youjie

no message

parent 14ec4640
......@@ -93,6 +93,7 @@
}
},{
"path": "pages/person/person",
"navigationStyle": "custom",
"style": {
"navigationBarTitleText": "个人中心",
"backgroundColor": "#F6F6F6",
......
......@@ -172,10 +172,12 @@
</view>
</view>
<bottom />
<tabbar active-name='usercenter'></tabbar>
</view>
</template>
<script>
import tabbar from '@/components/tabbar'
import {
ref,
reactive,
......@@ -194,6 +196,7 @@
} from "../../api/erp";
export default {
components: {
tabbar,
bottom,
},
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