tanxue há 2 meses atrás
pai
commit
cdbe985711
1 ficheiros alterados com 13 adições e 3 exclusões
  1. 13 3
      pages/Login/components/loginBox.vue

+ 13 - 3
pages/Login/components/loginBox.vue

@@ -113,9 +113,19 @@
 	
 	// 跳转
 	function gotoPage(){
-		uni.navigateTo({
-			url: `/pages/admin/ShouYe/shouye`
-		})
+		// 客户端
+				// #ifdef H5
+				uni.navigateTo({
+					url: `/pages/client/ShouYe/shouye`
+				})
+				// #endif
+				
+				// 管理端
+				// #ifdef APP-PLUS
+				uni.navigateTo({
+					url: `/pages/admin/ShouYe/shouye`
+				})
+				// #endif
 
 
 	}