guhongwei 2 lat temu
rodzic
commit
ff8d0e18ed
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pages/index/index.vue

+ 1 - 1
pages/index/index.vue

@@ -37,7 +37,7 @@
 								path: '/pages/index/index',
 								imageUrl: config.config.share[0].url
 							}
-							let url = `/pages/store/index`;
+							let url = `/pages/home/index`;
 							uni.redirectTo({
 								url
 							})