From 7464567b057664c3e8ea9386cbfcdc6f774fcf0e Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期五, 09 十月 2020 14:08:41 +0800
Subject: [PATCH] 系统设置-集群管理退出集群清空历史集群,修改密码限制条件
---
src/pages/search/index/main.ts | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/pages/search/index/main.ts b/src/pages/search/index/main.ts
index 775805f..1d444e1 100644
--- a/src/pages/search/index/main.ts
+++ b/src/pages/search/index/main.ts
@@ -24,7 +24,6 @@
Vue.filter('moment', function (value, formatString) {
formatString = formatString || 'YYYY-MM-DD HH:mm:ss';
return moment(value).format(formatString);
-
});
export default Vue.prototype.bus = new Vue({
--
Gitblit v1.8.0