<template> <view class=""> <tab-bar :indexs='1'></tab-bar> </view> </template> <script> export default { data() { return { bgc: { backgroundColor: "#E2EFDF", }, } }, // 分享到好友(会话) onShareAppMessage: function() { return { title: '绿小能', path: '/pages/index/index' } }, // 分享到朋友圈 onShareTimeline: function() { return { title: '绿小能', query: '', path: '/pages/index/index' } }, onLoad() { }, onShow() { uni.navigateTo({ url:'/page_user/photo' }) }, methods: { } } </script> <style> </style>