yuanyiming 1 년 전
부모
커밋
2c44edb337
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      .gitignore
  2. 2 1
      pages/index/index.vue

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+node_modules
+unpackage
+launch.json

+ 2 - 1
pages/index/index.vue

@@ -140,7 +140,8 @@
 			},
 			gotoHd() {
 				uni.navigateTo({
-					url: '/pages/hd/hd'
+					// url: '/pages/hd/hd'
+					url:"/pages/login/login"
 				})
 			},