Browse Source

地址切换

twt 3 years ago
parent
commit
b1b3dd06a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/index/index.vue

+ 1 - 1
pages/index/index.vue

@@ -27,7 +27,7 @@
           if (navigator.userAgent.indexOf('Mobile') === -1) {  
             console.log("PC")
 			uni.navigateTo({
-				url:'../pc/index'
+				url:'../pc/indexNew'
 			})
           }  else{
 			  console.log("移动端")