guhongwei 2 년 전
부모
커밋
ed091898f8
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 4
      pages/my/index.vue

+ 3 - 4
pages/my/index.vue

@@ -149,10 +149,9 @@
 				uni.getStorage({
 				uni.getStorage({
 					key: 'token',
 					key: 'token',
 					success: function(res) {
 					success: function(res) {
-						console.log(res);
-						// uni.navigateTo({
-						// 	url: `/${e}`
-						// })
+						uni.navigateTo({
+							url: `/${e}`
+						})
 					},
 					},
 					fail: function(err) {
 					fail: function(err) {
 						uni.navigateTo({
 						uni.navigateTo({