//表单提交
Showing
1 changed file
with
4 additions
and
1 deletions
... | @@ -107,5 +107,8 @@ module.exports = { | ... | @@ -107,5 +107,8 @@ module.exports = { |
107 | uploadFileIobs: "/pingan_hklife_webapi/policy/upload/file/iobs", | 107 | uploadFileIobs: "/pingan_hklife_webapi/policy/upload/file/iobs", |
108 | 108 | ||
109 | //首页产品列表 | 109 | //首页产品列表 |
110 | indexManageListApi: "/pingan_hklife_webapi/cms/index/manage" | 110 | indexManageListApi: "/pingan_hklife_webapi/cms/index/manage", |
111 | |||
112 | //表单提交 | ||
113 | indexContactApi:"/pingan_hklife_webapi/policy/index/contact/save" | ||
111 | }; | 114 | }; | ... | ... |
-
Please register or sign in to post a comment