修复bug
This commit is contained in:
parent
6210236452
commit
5acf49bbe5
@ -219,7 +219,7 @@ async function fetchNoCache(url) {
|
|||||||
const timestamp = new Date().getTime();
|
const timestamp = new Date().getTime();
|
||||||
const noCacheUrl = `${url}?timestamp=${timestamp}`;
|
const noCacheUrl = `${url}?timestamp=${timestamp}`;
|
||||||
return fetch(noCacheUrl);
|
return fetch(noCacheUrl);
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
<div id="login">
|
<div id="login">
|
||||||
<h1>投稿者中心</h1>
|
<h1>投稿者中心</h1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user