dedsudiyu 2 ay önce
ebeveyn
işleme
e99310fc4b

+ 3 - 3
pages/views/saoCode/chemicalsInstructionsVideo.vue

@@ -9,13 +9,13 @@
 		name: "chemicalsInstructionsVideo",
 		data() {
 			return {
-				
+				webViewUrl:'https://labcontrol.nwafu.edu.cn/stream/#/?chemicalsInstructionsVideo',
+				pageType:false,
 			}
 		},
 		onLoad(option) {
-			let url = 'https://labcontrol.nwafu.edu.cn/stream/#/?chemicalsInstructionsVideo'
-			this.$set(this,'webViewUrl',url);
 			this.$set(this,'pageType',true);
+			
 		},
 		mounted() {