|
@@ -2,7 +2,7 @@
|
|
* @Author: fuyu
|
|
* @Author: fuyu
|
|
* @Date: 2021-03-26 16:38:25
|
|
* @Date: 2021-03-26 16:38:25
|
|
* @LastEditors: fuyu
|
|
* @LastEditors: fuyu
|
|
- * @LastEditTime: 2021-03-26 18:22:25
|
|
|
|
|
|
+ * @LastEditTime: 2021-03-26 18:31:29
|
|
* @FilePath: /202103/code/sql_merge/src/service/html.js
|
|
* @FilePath: /202103/code/sql_merge/src/service/html.js
|
|
*/
|
|
*/
|
|
|
|
|
|
@@ -98,6 +98,7 @@ export async function getHtml() {
|
|
// return data
|
|
// return data
|
|
const tbody = trs.join('')
|
|
const tbody = trs.join('')
|
|
return `<html>
|
|
return `<html>
|
|
|
|
+ <title>白银市数据同步报告</title>
|
|
<style>
|
|
<style>
|
|
.report {
|
|
.report {
|
|
color:#FF8C00
|
|
color:#FF8C00
|
|
@@ -148,5 +149,6 @@ export async function getHtml() {
|
|
</thead>
|
|
</thead>
|
|
<tbody>${tbody}</tbody>
|
|
<tbody>${tbody}</tbody>
|
|
</table>
|
|
</table>
|
|
|
|
+ <script>setTimeout(_ => window.location.reload(), 60000)</script>
|
|
</html>`
|
|
</html>`
|
|
}
|
|
}
|