diff --git a/src/main/resources/static/assets/web/images/logout-bg.png b/src/main/resources/static/assets/web/images/logout-bg.png index 61737ed..e7f591d 100644 Binary files a/src/main/resources/static/assets/web/images/logout-bg.png and b/src/main/resources/static/assets/web/images/logout-bg.png differ diff --git a/src/main/resources/static/route/web/public.html b/src/main/resources/static/route/web/public.html index 16aa0f2..74d4e73 100644 --- a/src/main/resources/static/route/web/public.html +++ b/src/main/resources/static/route/web/public.html @@ -357,6 +357,7 @@ // 获取右侧列表 getMainList: function (id) { var self = this; + self.mainList = [] // var loadLayerIndex; top.restAjax.get(top.restAjax.path('api/indexlib/listpageweb/{indexLibParentId}', [id]), self.page, null, function(code, data) { self.mainList = data.rows diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index ff892b1..02dddfb 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -121,8 +121,8 @@