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