Commit a726a175 by 无尘

fix: 修改下发设置

parent 8c9cae7e
...@@ -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');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment