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
a726a175
Commit
a726a175
authored
Nov 20, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改下发设置
parent
8c9cae7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
+7
-1
target-manage-app.js
src/api/target-manage-app.js
+7
-1
No files found.
src/api/target-manage-app.js
View file @
a726a175
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-11-09 10:15:36
* @Date: 2020-11-09 10:15:36
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-11-
12 11:26:09
* @LastEditTime: 2020-11-
20 15:02:45
*/
*/
import
getFetch
from
'./get-fetch.js'
;
import
getFetch
from
'./get-fetch.js'
;
...
@@ -49,6 +49,12 @@ let api = {
...
@@ -49,6 +49,12 @@ let api = {
useIntercept
:
true
useIntercept
:
true
},
},
batchSettingRight
:
'/setting/batch-setting-right'
,
// 指标设置-批量修改权限
batchSettingRight
:
'/setting/batch-setting-right'
,
// 指标设置-批量修改权限
getTargetSet
:
'/setting/get-performance-setting'
,
// 获取下发设置
saveTargetSet
:
{
url
:
'/setting/save-performance-setting'
,
// 下发设置-保存
method
:
'post'
,
useFormData
:
true
},
};
};
api
=
getFetch
(
api
,
'/hb-app-performance-web'
);
api
=
getFetch
(
api
,
'/hb-app-performance-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