Kaynağa Gözat

页面跳转

storeBelieveInLight 1 yıl önce
ebeveyn
işleme
0a88be2dd3

+ 1 - 1
shop/productManagementModule/productManagement.vue

@@ -15,7 +15,7 @@ import headersVue from '../components/headers/headers.vue';
15 15
 		methods: {
16 16
 			headerJump(){
17 17
 				console.log('点击了返回')
18
-				 uni.redirectTo({ url: '/pages/my/index' })
18
+				 uni.switchTab ({ url: '/pages/my/index' })
19 19
 			}
20 20
 		},
21 21
 		data() {