From bdfec44c9f3a37dbbe05bf14a252ffec04132a86 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 06 九月 2022 21:24:28 +0800 Subject: [PATCH] Merge branch 'develop' --- src/views/appcheck/index.jsx | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/appcheck/index.jsx b/src/views/appcheck/index.jsx index 7317ebb..1023652 100644 --- a/src/views/appcheck/index.jsx +++ b/src/views/appcheck/index.jsx @@ -67,13 +67,15 @@ func: 's_get_kei' } - param.rduri = window.GLOB.mainSystemApi + if (window.GLOB.mainSystemApi) { + param.rduri = window.GLOB.mainSystemApi + } this.setState({ loading: true }) - Api.getLocalConfig(param).then(result => { + Api.genericInterface(param).then(result => { if (result.status) { let selectApp = null let applist = result.data.map(item => { -- Gitblit v1.8.0