guhongwei 2 년 전
부모
커밋
1ccb011ad5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pagesMy/address/add.vue

+ 1 - 1
pagesMy/address/add.vue

@@ -148,7 +148,7 @@
 
 					},
 					fail: function(err) {
-						uni.reLaunch({
+						uni.navigateTo({
 							url: '/pages/login/index'
 						})
 					}