Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4f7062ac
authored
2020-05-16 17:21:34 +0800
by
qingxiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
//表单提交
1 parent
1648c940
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
src/api/api.js
src/api/api.js
View file @
4f7062a
...
...
@@ -107,5 +107,8 @@ module.exports = {
uploadFileIobs
:
"/pingan_hklife_webapi/policy/upload/file/iobs"
,
//首页产品列表
indexManageListApi
:
"/pingan_hklife_webapi/cms/index/manage"
indexManageListApi
:
"/pingan_hklife_webapi/cms/index/manage"
,
//表单提交
indexContactApi
:
"/pingan_hklife_webapi/policy/index/contact/save"
};
...
...
Please
register
or
sign in
to post a comment