Commit 49ca4560 authored by songyaoxian's avatar songyaoxian
Browse files

-

parent 6014f3b6
No related merge requests found
Showing with 7 additions and 5 deletions
+7 -5
dist.zip 0 → 100644
File added
......@@ -53,4 +53,4 @@
"vite-babel-plugin": "^0.0.2",
"vite-plugin-imp": "^2.0.4"
}
}
\ No newline at end of file
}
......@@ -1091,6 +1091,7 @@ export default {
font-size: 0.125rem;
color: #ffffff;
opacity: 0.5;
white-space: nowrap;
}
}
}
......
......@@ -69,7 +69,7 @@ export default {
4: '周四',
5: '周五',
6: '周六',
7: '周日',
0: '周日',
}
var t = null;
t = setTimeout(time, 1000);
......@@ -83,7 +83,8 @@ export default {
var m = dt.getMinutes();
var s = dt.getSeconds();
document.querySelector('.right').innerHTML = year + '/' + month + '/' + day + ' ' + week[dt.getDay()] + ' ' + h + ':' + (String(m).length === 1 ? '0' + m : m) + ':' + (String(s).length === 1 ? '0' + s : s)
// console.log(m, String(m).length)
console.log(m, String(m).length)
// debugger
t = setTimeout(time, 1000)
}
},
......
......@@ -18,7 +18,7 @@
<div class="img-box">
<el-image
v-if="enterInfo !== null"
:src="'http://139.155.139.62' + enterInfo.enterPic"
:src="'https://pic.cdrytc.com' + enterInfo.enterPic"
:fit="fit"
></el-image>
</div>
......@@ -63,7 +63,7 @@
<div class="img-box">
<el-image
v-if="leaveInfo !== null"
:src="'http://139.155.139.62' + leaveInfo.outPic"
:src="'https://pic.cdrytc.com' + leaveInfo.outPic"
:fit="fit"
></el-image>
</div>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment