yuanyiming 1 년 전
부모
커밋
10b1be3a36
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      pages/skipone/skipone.vue

+ 3 - 3
pages/skipone/skipone.vue

@@ -9,12 +9,12 @@
 	export default {
 		data() {
 			return {
-				url: 'https://beta.cloud.cocorobo.cn/ab.html'
+				url: ''
 			};
 		},
 		onLoad(options) {
-			console.log(options);
-			// this.url = decodeURIComponent(options.url);
+			// console.log(options);
+			this.url = decodeURIComponent(options.url);
 		}
 	}
 </script>