Commit 90ab25ee authored by verestrasz's avatar verestrasz

update

parent 8565b353
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
mounted() { mounted() {
var local = window.location.href // 获取页面url var local = window.location.href // 获取页面url
var appid = 'wxbdddd81913c795e9' var appid = 'wxbdddd81913c795e9'
let url=window.location.host+"/"+window.location.hash let url=window.location.origin+"/"+window.location.hash
this.timeTask = setInterval(() => { this.timeTask = setInterval(() => {
this.setCurrentTime(+new Date()) this.setCurrentTime(+new Date())
}, 1000); }, 1000);
......
Markdown is supported
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