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 @@