|
|
@@ -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() {
|
|
|
|