From 8ac4226ce229c6ff1e0aa005eedbccedfb616347 Mon Sep 17 00:00:00 2001 From: dong_bo0602 <358256383@qq.com> Date: Fri, 16 Apr 2021 14:41:28 +0800 Subject: [PATCH] 0416 --- src/main/resources/static/route/web/notice.html | 8 ++++---- src/main/resources/static/route/web/public.html | 7 +++---- src/main/resources/templates/index.html | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/main/resources/static/route/web/notice.html b/src/main/resources/static/route/web/notice.html index 66126ae..9fbf7a4 100644 --- a/src/main/resources/static/route/web/notice.html +++ b/src/main/resources/static/route/web/notice.html @@ -37,7 +37,7 @@ -
  • +
  • 四个清单 @@ -48,7 +48,7 @@
  • -
  • +
  • 五项流程 @@ -59,7 +59,7 @@
  • -
  • +
  • 六本台账 @@ -204,7 +204,7 @@ } }, mounted: function () { - this.getTopNav() + // this.getTopNav() this.getGateNav() this.getNewsList() } diff --git a/src/main/resources/static/route/web/public.html b/src/main/resources/static/route/web/public.html index 6190f56..99f2fd3 100644 --- a/src/main/resources/static/route/web/public.html +++ b/src/main/resources/static/route/web/public.html @@ -86,11 +86,11 @@
    -
    三重一大分类统计
    +
    指标状态占比统计
    -
    三重一大管理
    +
    指标状态统计
    {{countInfo.count1}} @@ -452,7 +452,6 @@ getCount: function () { var self = this top.restAjax.get(top.restAjax.path('api/indexlib/countIndexLib/{indexLibParentId}', [self.curId]), {}, null, function(code, data) { - console.log(data) self.countInfo = data self.initChart() }, function(code, data) { @@ -469,7 +468,7 @@ this.pageId = restAjax.params(window.location.href).id this.getNav() - this.getTopNav() + // this.getTopNav() this.getGateNav() this.getCount() } diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index d7d5e18..7d08b92 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -335,7 +335,7 @@ }, }, mounted: function () { - this.getTopNav() + // this.getTopNav() this.getGateNav() this.getWeekNews() this.getLatestDynamic()