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
77552fca
Commit
77552fca
authored
Aug 13, 2020
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整文件名称
parent
b478e960
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
8 additions
and
8 deletions
+8
-8
admin-list.js
src/api/admin-list.js
+1
-1
contact.js
src/api/contact.js
+1
-1
edit-admin.js
src/api/edit-admin.js
+1
-1
enterprise.js
src/api/enterprise.js
+1
-1
get-fetch.js
src/api/get-fetch.js
+0
-0
login.js
src/api/login.js
+1
-1
menu-auth.js
src/api/menu-auth.js
+1
-1
merchant-auth.js
src/api/merchant-auth.js
+1
-1
review.js
src/api/review.js
+1
-1
No files found.
src/api/admin-list.js
View file @
77552fca
import
getFetch
from
'./get
F
etch'
;
import
getFetch
from
'./get
-f
etch'
;
const
api
=
{
addRole
:
{
...
...
src/api/contact.js
View file @
77552fca
...
...
@@ -6,7 +6,7 @@
* @LastEditors: 无尘
* @LastEditTime: 2020-08-07 15:49:34
*/
import
getFetch
from
'./get
F
etch.js'
;
import
getFetch
from
'./get
-f
etch.js'
;
let
api
=
{
getSyncCheck
:
'/sync/sync-check'
,
// 获取同步状态
...
...
src/api/edit-admin.js
View file @
77552fca
...
...
@@ -6,7 +6,7 @@
* @LastEditors: 无尘
* @LastEditTime: 2020-08-07 15:22:11
*/
import
getFetch
from
'./get
F
etch.js'
;
import
getFetch
from
'./get
-f
etch.js'
;
let
api
=
{
getAdminList
:
'/level-list'
,
// 获取部门管理员列表
...
...
src/api/enterprise.js
View file @
77552fca
...
...
@@ -6,7 +6,7 @@
* @LastEditors: 无尘
* @LastEditTime: 2020-08-07 15:41:20
*/
import
getFetch
from
'./get
F
etch.js'
;
import
getFetch
from
'./get
-f
etch.js'
;
let
api
=
{
wxEnterpriseRefresh
:
'/setting/wx-enterprise-info-flush'
,
// 同步刷新
...
...
src/api/get
F
etch.js
→
src/api/get
-f
etch.js
View file @
77552fca
File moved
src/api/login.js
View file @
77552fca
...
...
@@ -6,7 +6,7 @@
* @LastEditors: 无尘
* @LastEditTime: 2020-07-31 16:06:56
*/
import
getFetch
from
'./get
F
etch.js'
;
import
getFetch
from
'./get
-f
etch.js'
;
let
api
=
{
getLoginQrcode
:
'/get-login-qrcode'
,
// 获取二维码
...
...
src/api/menu-auth.js
View file @
77552fca
...
...
@@ -6,7 +6,7 @@
* @LastEditors: 无尘
* @LastEditTime: 2020-08-07 14:08:50
*/
import
getFetch
from
'./get
F
etch.js'
;
import
getFetch
from
'./get
-f
etch.js'
;
let
api
=
{
getRoleMenu
:
'/list-staff-role-menu'
,
// 获取权限菜单
...
...
src/api/merchant-auth.js
View file @
77552fca
...
...
@@ -6,7 +6,7 @@
* @LastEditors: 无尘
* @LastEditTime: 2020-08-11 17:16:58
*/
import
getFetch
from
'./get
F
etch.js'
;
import
getFetch
from
'./get
-f
etch.js'
;
let
api
=
{
getAuthEnterprise
:
'/auth-enterprise-list'
,
// 获取授权商户列表
...
...
src/api/review.js
View file @
77552fca
...
...
@@ -6,7 +6,7 @@
* @LastEditors: 无尘
* @LastEditTime: 2020-08-07 15:50:42
*/
import
getFetch
from
'./get
F
etch.js'
;
import
getFetch
from
'./get
-f
etch.js'
;
let
api
=
{
getReview
:
'/audit/audit-list'
,
// 获取审核列表
...
...
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