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("移动端")