storeBelieveInLight 1 vuosi sitten
vanhempi
commit
0a88be2dd3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 		methods: {
15
 		methods: {
16
 			headerJump(){
16
 			headerJump(){
17
 				console.log('点击了返回')
17
 				console.log('点击了返回')
18
-				 uni.redirectTo({ url: '/pages/my/index' })
18
+				 uni.switchTab ({ url: '/pages/my/index' })
19
 			}
19
 			}
20
 		},
20
 		},
21
 		data() {
21
 		data() {