diff --git a/zh-cn/application-dev/reference/apis/Readme-CN.md b/zh-cn/application-dev/reference/apis/Readme-CN.md
index 5edd49f2abb981dea8c044c50215136c8f40b1d1..d652de83b0cba314d03b800d727ad47bf6adfad8 100755
--- a/zh-cn/application-dev/reference/apis/Readme-CN.md
+++ b/zh-cn/application-dev/reference/apis/Readme-CN.md
@@ -1,4 +1,4 @@
-# 接口
+# 接口
 
 - [开发说明](development-intro.md)
 
@@ -260,7 +260,7 @@
   - [@ohos.account.osAccount (系统帐号管理)](js-apis-osAccount.md)
 
 - 定制管理
-  - [@ohos.configPolicy (配置策略)](js-apis-config-policy.md)
+  - [@ohos.configPolicy (配置策略)](js-apis-configPolicy.md)
   - [@ohos.enterprise.EnterpriseAdminExtensionAbility (EnterpriseAdminExtensionAbility)](js-apis-EnterpriseAdminExtensionAbility.md)
   - [@ohos.enterprise.adminManager (企业设备管理)](js-apis-enterprise-adminManager.md)
   - [@ohos.enterprise.dateTimeManager(系统时间管理)](js-apis-enterprise-dateTimeManager.md)
diff --git a/zh-cn/application-dev/reference/apis/js-apis-config-policy.md b/zh-cn/application-dev/reference/apis/js-apis-configPolicy.md
similarity index 99%
rename from zh-cn/application-dev/reference/apis/js-apis-config-policy.md
rename to zh-cn/application-dev/reference/apis/js-apis-configPolicy.md
index 03ba2c499362119c7206d46fcacddaab74e08130..043d3c5fd074fd52a97f814f18d3048848ccadcc 100644
--- a/zh-cn/application-dev/reference/apis/js-apis-config-policy.md
+++ b/zh-cn/application-dev/reference/apis/js-apis-configPolicy.md
@@ -24,6 +24,7 @@ getOneCfgFile(relPath: string, callback: AsyncCallback<string>)
 **系统能力**:SystemCapability.Customization.ConfigPolicy
 
 **参数:** 
+
 | 参数名      | 类型                          | 必填   | 说明                    |
 | -------- | --------------------------- | ---- | --------------------- |
 | relPath  | string                      | 是    | 配置文件名                 |
@@ -50,11 +51,13 @@ getOneCfgFile(relPath: string): Promise<string>
 **系统能力**:SystemCapability.Customization.ConfigPolicy
 
 **参数:** 
+
 | 参数名     | 类型     | 必填   | 说明    |
 | ------- | ------ | ---- | ----- |
 | relPath | string | 是    | 配置文件名 |
 
 **返回值:** 
+
 | 类型                    | 说明           |
 | --------------------- | ------------ |
 | Promise<string> | 最高优先级配置文件的路径 |
@@ -79,6 +82,7 @@ getCfgFiles(relPath: string, callback: AsyncCallback<Array<string>>)
 **系统能力**:SystemCapability.Customization.ConfigPolicy
 
 **参数:** 
+
 | 参数名      | 类型                                       | 必填   | 说明            |
 | -------- | ---------------------------------------- | ---- | ------------- |
 | relPath  | string                                   | 是    | 配置文件名         |
@@ -105,11 +109,13 @@ getCfgFiles(relPath: string): Promise<Array<string>>
 **系统能力**:SystemCapability.Customization.ConfigPolicy
 
 **参数:** 
+
 | 参数名     | 类型     | 必填   | 说明    |
 | ------- | ------ | ---- | ----- |
 | relPath | string | 是    | 配置文件名 |
 
 **返回值:** 
+
 | 类型                                 | 说明   |
 | ---------------------------------- | ---- |
 | Promise<Array<string>> | 文件列表 |
@@ -133,6 +139,7 @@ getCfgDirList(callback: AsyncCallback<Array<string>>)
 **系统能力**:SystemCapability.Customization.ConfigPolicy
 
 **参数:** 
+
 | 参数名      | 类型                                       | 必填   | 说明                |
 | -------- | ---------------------------------------- | ---- | ----------------- |
 | callback | AsyncCallback<Array<string>> | 是    | 异步回调,用于返回配置层级目录列表 |
@@ -158,6 +165,7 @@ getCfgDirList(): Promise<Array<string>>
 **系统能力**:SystemCapability.Customization.ConfigPolicy
 
 **返回值:** 
+
 | 类型                                 | 说明       |
 | ---------------------------------- | -------- |
 | Promise<Array<string>> | 配置层级目录列表 |