guhongwei 2 years ago
parent
commit
ff8d0e18ed
1 changed files with 1 additions and 1 deletions
  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
 							})