From 43988e7dae93378116a8c5f1fc76f5568d8fd4b2 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 17 六月 2024 10:32:07 +0800 Subject: [PATCH] 测试完成 --- src/api/AiCentre/Qtemplate.js | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/api/AiCentre/Qtemplate.js b/src/api/AiCentre/Qtemplate.js index ce570fe..1e6ea95 100644 --- a/src/api/AiCentre/Qtemplate.js +++ b/src/api/AiCentre/Qtemplate.js @@ -3,7 +3,7 @@ // 鏌ヨ闂嵎妯$増鍒楄〃 export function getQtemplatelist(data) { return request({ - url: "/smartor/svytitle/selectSvyLibTitlelist", + url: "/smartor/svyTemplate/selectSvyLibTemplatelist", method: "post", data: data, }); @@ -11,21 +11,21 @@ // 闂嵎妯$増璇︽儏 export function Qtemplateinfo(Id) { return request({ - url: "/smartor/svytitle/" + Id, + url: "/smartor/svyTemplate/" + Id, method: "get", }); } // 鍒犻櫎闂嵎妯$増 export function delQtemplateinfo(Id) { return request({ - url: "/smartor/svytitle/remove/" + Id, + url: "/smartor/svyTemplate/remove/" + Id, method: "get", }); } // 鏂板鎴栦慨鏀归棶鍗锋ā鐗堣鎯� export function compileQtemplate(data) { return request({ - url: "/smartor/svytitle/saveOrUpdateTitle", + url: "/smartor/svyTemplate/saveOrUpdateTitle", method: "post", data: data, }); @@ -35,7 +35,7 @@ // 鏂板闂嵎妯$増鍒嗙被 export function addQtemplateclassify(data) { return request({ - url: "/smartor/svyLibTitleCategory/addtree", + url: "/smartor/svyLibTemplateCategory/addtree", method: "post", data: data, }); @@ -43,7 +43,7 @@ // 鏂板闂嵎妯$増鍒嗙被 export function editQtemplateclassify(data) { return request({ - url: "/smartor/svyLibTitleCategory/edit", + url: "/smartor/svyLibTemplateCategory/edit", method: "post", data: data, }); @@ -51,15 +51,15 @@ // 鍒犻櫎闂嵎妯$増鍒嗙被 export function delQtemplateclassify(Id) { return request({ - url: "/smartor/svyLibTitleCategory/remove/" + Id, + url: "/smartor/svyLibTemplateCategory/remove/" + Id, method: "get", }); } // 鏌ヨ闂嵎妯$増鍒嗙被鏍� export function getQtemplateclassify(data) { return request({ - url: "/smartor/svyLibTitleCategory/list", + url: "/smartor/svyLibTemplateCategory/list", method: "post", data: data, }); - } \ No newline at end of file + } -- Gitblit v1.9.3