From fe3aa51bd52fbf24709f8574f127268acaad4f0d Mon Sep 17 00:00:00 2001 From: "xiaofeng.mxf" Date: Mon, 20 Jan 2020 20:22:29 +0800 Subject: [PATCH] fix problem with file name --- web/src/common/Constant.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/common/Constant.js b/web/src/common/Constant.js index e66df69..c0ec500 100644 --- a/web/src/common/Constant.js +++ b/web/src/common/Constant.js @@ -6,4 +6,4 @@ module.exports.MenuKeyMap = { RECORD_FILTER: 'RECORD_FILTER', MAP_LOCAL: 'MAP_LOCAL', ROOT_CA: 'ROOT_CA' -}; \ No newline at end of file +};