|
@@ -161,8 +161,9 @@
|
|
//this.src=img
|
|
//this.src=img
|
|
//document.body.style="background:url("+img+") no-repeat;background-size: 100%;"
|
|
//document.body.style="background:url("+img+") no-repeat;background-size: 100%;"
|
|
}else{
|
|
}else{
|
|
- //this.src="@/assets/static/img/welcome_bg.png"
|
|
|
|
- this.$refs.imgw.src="@/assets/static/img/welcome_bg.png"
|
|
|
|
|
|
+ //this.src="@/assets/static/img/welcome_bg.png"
|
|
|
|
+ var img =require("@/assets/static/img/welcome_bg.png")
|
|
|
|
+ this.$refs.imgw.src=img
|
|
}
|
|
}
|
|
}catch(e){
|
|
}catch(e){
|
|
//TODO handle the exception
|
|
//TODO handle the exception
|