yuanyiming 1 year ago
parent
commit
2c44edb337
2 changed files with 5 additions and 1 deletions
  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"
 				})
 			},