Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-4
Commits
df043568
Commit
df043568
authored
Sep 16, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改分配接口
parent
3a814912
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
my-customer-app.js
src/api/my-customer-app.js
+4
-4
No files found.
src/api/my-customer-app.js
View file @
df043568
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-27 09:29:13
* @LastEditors: 无尘
* @LastEditTime: 2020-09-1
1 13:49:06
* @LastEditTime: 2020-09-1
6 15:29:10
*/
import
getFetch
from
'./get-fetch.js'
;
...
...
@@ -12,8 +12,8 @@ let api = {
// 顾客分配
getGroupList
:
'/member/store-group'
,
// 获取 gic 分组列表
getStoreList
:
'/member/store-list'
,
// 获取 gic 门店
getAssignStatus
:
'/
app-distribute-status
'
,
// 获取分配状态
getNavChain
:
'/
get-chain
'
,
// 获取面包屑
getAssignStatus
:
'/
member/check-distribute
'
,
// 获取分配状态
getNavChain
:
'/
member/crumb-list
'
,
// 获取面包屑
getMemberList
:
{
// 获取会员列表
url
:
'/member/member-list'
,
...
...
@@ -143,7 +143,7 @@ let api = {
method
:
'post'
,
useFormData
:
true
,
useIntercept
:
false
}
,
}
};
api
=
getFetch
(
api
,
'/hb-app-customer-web'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment