fix 无题的各条间距不对,应该是段前段后0;章节只空了1个字符,应该是两个

This commit is contained in:
赵霄
2023-09-19 16:27:08 +08:00
parent 9bd007ec48
commit ca67f22c8f
2 changed files with 738 additions and 729 deletions
+4 -2
View File
@@ -13,8 +13,10 @@
<% if (process.env.NODE_ENV === 'development' ) { %>
<script>
window._CONFIG = {
'interfaceUrl': 'http://139.9.235.66:8184',
'downloadUrl': 'http://139.9.235.66:8184'
// 'interfaceUrl': 'http://139.9.235.66:8184',
'interfaceUrl': 'http://10.0.1.28:8184',
// 'downloadUrl': 'http://139.9.235.66:8184'
'downloadUrl': 'http://10.0.1.28:8184'
}
</script>
<% } %>