diff --git a/README-zh.md b/README-zh.md
index dbb84089..102eeceb 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -1,10 +1,13 @@
# Crawlab

+
+
+
基于Celery的爬虫分布式爬虫管理平台,支持多种编程语言以及多种爬虫框架.
-[查看演示 Demo](http://139.129.230.98:8080)
+[查看演示 Demo](http://114.67.75.98:8080)
[English Documentation](https://github.com/tikazyq/crawlab/blob/master/README.md)
diff --git a/README.md b/README.md
index e3581571..4c6729c1 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,13 @@
# Crawlab

+
+
+
Celery-based web crawler admin platform for managing distributed web spiders regardless of languages and frameworks.
-[Demo](http://139.129.230.98:8080)
+[Demo](http://114.67.75.98:8080)
[中文文档](https://github.com/tikazyq/crawlab/blob/master/README-zh.md)
diff --git a/frontend/src/App.vue b/frontend/src/App.vue
index 2a86e532..975a627f 100644
--- a/frontend/src/App.vue
+++ b/frontend/src/App.vue
@@ -29,9 +29,9 @@ export default {
localStorage.setItem('useStats', value)
document.querySelector('.el-message__closeBtn').click()
if (value === 1) {
- _hmt.push(['_trackPageview', '/allow_stats'])
+ window._hmt.push(['_trackPageview', '/allow_stats'])
} else {
- _hmt.push(['_trackPageview', '/disallow_stats'])
+ window._hmt.push(['_trackPageview', '/disallow_stats'])
}
}
@@ -42,11 +42,11 @@ export default {
dangerouslyUseHTMLString: true,
showClose: true,
duration: 0,
- message: this.$t('
Do you allow us to collect some statistics to improve Crawlab?
' + + message: '' + this.$t('Do you allow us to collect some statistics to improve Crawlab?') + '
' + '