|
@@ -13,7 +13,7 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
// url: "http://192.168.31.196:8080/qr.png",
|
|
|
- url: "http://djweb.smcic.net/img/qr.png",
|
|
|
+ url: "https://djweb.smcic.net/img/qr.png?t=" + Date.now(),
|
|
|
load: {},
|
|
|
};
|
|
|
},
|
|
@@ -27,7 +27,7 @@ export default {
|
|
|
// this.download({
|
|
|
// savePath: this.url,
|
|
|
// });
|
|
|
- this.downimg(this.url);
|
|
|
+ // this.downimg(this.url);
|
|
|
},
|
|
|
downimg(url) {
|
|
|
let img = new Image();
|
|
@@ -89,7 +89,7 @@ export default {
|
|
|
|
|
|
<style>
|
|
|
.actionSheet {
|
|
|
- background-image: url("http://djweb.smcic.net/img/cx.png");
|
|
|
+ background-image: url("https://djweb.smcic.net/img/cx.png");
|
|
|
background-size: 100% 100%;
|
|
|
width: 100vw;
|
|
|
height: 100vh;
|