소스 검색

地址切换

twt 3 년 전
부모
커밋
b1b3dd06a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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("移动端")