|
@@ -248,6 +248,12 @@ export const caseApiUpdateSort = "/fusion-xj/caseImg/updateSort";
|
|
|
export const getSysSetting = `/fusion-xj/systemSetting/info`;
|
|
|
export const updateSysSetting = `/fusion-xj/systemSetting/save`;
|
|
|
|
|
|
+
|
|
|
+// 脚本管理
|
|
|
+export const getCaseScriptInfoUrl = `/fusion-xj/caseScript/info`;
|
|
|
+export const getCaseScriptSaveOrUpdateUrl = `/fusion-xj/caseScript/saveOrUpdate`;
|
|
|
+
|
|
|
+
|
|
|
// 固件管理
|
|
|
export const cameraVersionUpload = `/fusion-xj/cameraVersion/addAndUpload`;
|
|
|
export const cameraVersionUpdate = `/fusion-xj/cameraVersion/update`;
|