From 20452ecc0f9ff3c172f3711d7c158a9496ba97e8 Mon Sep 17 00:00:00 2001 From: JayChou Date: Fri, 1 Nov 2024 15:56:16 +0800 Subject: [PATCH] =?UTF-8?q?'=E8=AE=BE=E7=BD=AEbanner=E5=9B=BE'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3-master/src/api/sys/setting.ts | 4 + .../src/views/setPath/index.vue | 246 +++++++++--------- .../src/views/system/loginmini/MiniLogin.vue | 203 ++++++++------- 3 files changed, 232 insertions(+), 221 deletions(-) create mode 100644 jeecgboot-vue3-master/src/api/sys/setting.ts diff --git a/jeecgboot-vue3-master/src/api/sys/setting.ts b/jeecgboot-vue3-master/src/api/sys/setting.ts new file mode 100644 index 00000000..fce0a2c9 --- /dev/null +++ b/jeecgboot-vue3-master/src/api/sys/setting.ts @@ -0,0 +1,4 @@ +import { defHttp } from '/@/utils/http/axios'; +export const getConfig = () => { + return defHttp.post({ url: '/sysconfiguration/sysConfiguration/findconfig' }); +}; diff --git a/jeecgboot-vue3-master/src/views/setPath/index.vue b/jeecgboot-vue3-master/src/views/setPath/index.vue index aeee6578..1fe5d092 100644 --- a/jeecgboot-vue3-master/src/views/setPath/index.vue +++ b/jeecgboot-vue3-master/src/views/setPath/index.vue @@ -1,90 +1,94 @@ \ No newline at end of file + } + diff --git a/jeecgboot-vue3-master/src/views/system/loginmini/MiniLogin.vue b/jeecgboot-vue3-master/src/views/system/loginmini/MiniLogin.vue index 6f5b8789..93d6b508 100644 --- a/jeecgboot-vue3-master/src/views/system/loginmini/MiniLogin.vue +++ b/jeecgboot-vue3-master/src/views/system/loginmini/MiniLogin.vue @@ -1,9 +1,6 @@