diff --git a/Web/public/config.js b/Web/public/config.js index 953ffb5..b3eb7af 100644 --- a/Web/public/config.js +++ b/Web/public/config.js @@ -1,5 +1,5 @@ let systemConfig = { - title:'EQI接口', + title:'EDI接口平台', // 请求路径 baseUrl: 'http://192.168.1.228:7629', } \ No newline at end of file diff --git a/Web/public/favicon.ico b/Web/public/favicon.ico index df36fcf..1ee1928 100644 Binary files a/Web/public/favicon.ico and b/Web/public/favicon.ico differ diff --git a/Web/public/logo.png b/Web/public/logo.png new file mode 100644 index 0000000..3ff6c3c Binary files /dev/null and b/Web/public/logo.png differ diff --git a/Web/public/logoSmall.png b/Web/public/logoSmall.png new file mode 100644 index 0000000..01f7f34 Binary files /dev/null and b/Web/public/logoSmall.png differ diff --git a/Web/src/api/common/index.js b/Web/src/api/common/index.js index d11689b..63464bf 100644 --- a/Web/src/api/common/index.js +++ b/Web/src/api/common/index.js @@ -69,9 +69,9 @@ export function getCommonImportTemplate(urlName) { } // 手动开关 -export function getCommonCustominvoke(urlName,params) { +export function getCommonCustominvoke(params) { return request({ - url: `/api/${urlName}/custominvoke`, + url: `/api/taskconifgure/custominvoke`, method: 'get', params:params }) diff --git a/Web/src/components/ediTtablePage/index.vue b/Web/src/components/ediTtablePage/index.vue index 5fa94f8..9381ceb 100644 --- a/Web/src/components/ediTtablePage/index.vue +++ b/Web/src/components/ediTtablePage/index.vue @@ -599,7 +599,7 @@ taskName:apiServeNames[props.apiName].taskName, client:'Chery' } - getCommonCustominvoke(props.apiName,_data) + getCommonCustominvoke(_data) .then((res) => { ElMessage.success('操作成功!') getTableData(1)//同步数据查询 diff --git a/Web/src/layout/components/Footer/index.vue b/Web/src/layout/components/Footer/index.vue index ed5d22d..5276ec4 100644 --- a/Web/src/layout/components/Footer/index.vue +++ b/Web/src/layout/components/Footer/index.vue @@ -1,7 +1,7 @@
diff --git a/Web/src/layout/components/Sidebar/Logo.vue b/Web/src/layout/components/Sidebar/Logo.vue index a2d3755..c55da61 100644 --- a/Web/src/layout/components/Sidebar/Logo.vue +++ b/Web/src/layout/components/Sidebar/Logo.vue @@ -2,11 +2,11 @@