From 7386f85283b7d6c17963e30df3f335c787e1df3c Mon Sep 17 00:00:00 2001 From: "shengwen.chen" Date: Tue, 22 Apr 2025 10:53:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A8=E6=80=81=E8=8E=B7=E5=8F=96log?= =?UTF-8?q?o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/publishApi.js | 10 +++++ src/views/scheduleList/index.vue | 68 ++++++++++++++++++++------------ src/views/waitList/index.vue | 30 ++++++++++---- 3 files changed, 76 insertions(+), 32 deletions(-) diff --git a/src/api/publishApi.js b/src/api/publishApi.js index 7cddfd3..b59132a 100644 --- a/src/api/publishApi.js +++ b/src/api/publishApi.js @@ -16,3 +16,13 @@ export const getDynamicTableList = data => { data, }); }; + + +// 获取全局变量 +export const getGlobeConfig = params => { + return _axios({ + method: 'get', + url: '/api/identity/configs/PageList', + params, + }); +}; diff --git a/src/views/scheduleList/index.vue b/src/views/scheduleList/index.vue index b2004af..a61554a 100644 --- a/src/views/scheduleList/index.vue +++ b/src/views/scheduleList/index.vue @@ -1,8 +1,10 @@