There was an error while loading. Please reload this page.
1 parent ae1eb07 commit 3284d92Copy full SHA for 3284d92
teadocs.config.js
@@ -51,7 +51,7 @@ module.exports = {
51
ipc.style.margin = "0px";
52
ipc.style.textAlign = "center";
53
ipc.style.backgroundColor = "#fff";
54
- ipc.innerHTML = "<span style='color: #bdbdbd;'>@2018 numpy.org.cn </span><a style='color: #bdbdbd;' href='http://www.miitbeian.gov.cn/' target='_blank'>粤ICP备16025085号-3</a>"
+ ipc.innerHTML = "<span style='color: #bdbdbd;'>@2018 numpy.org.cn </span><a style='color: #bdbdbd;' href='http://www.beian.miit.gov.cn/' target='_blank'>粤ICP备16025085号-3</a>"
55
document.querySelector(".tea-container").appendChild(ipc);
56
})();
57
</script>
0 commit comments