瀏覽代碼

地址切换

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