storeBelieveInLight 1 год назад
Родитель
Сommit
0a88be2dd3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      shop/productManagementModule/productManagement.vue

+ 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() {