From 524e9abd79878b27992423f55a052f2f256ae028 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 17 Jun 2022 10:55:44 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=89=AB=E6=8F=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/mock/user.js | 2 +- frontend/src/views/system/datasource/ApiVariable.vue | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/mock/user.js b/frontend/mock/user.js index fc30695881..17858c1bca 100644 --- a/frontend/mock/user.js +++ b/frontend/mock/user.js @@ -49,7 +49,7 @@ export default [ // get user info { - url: '/dataease/user/info\.*', + url: '/dataease/user/info*', type: 'get', response: config => { const { token } = config.query diff --git a/frontend/src/views/system/datasource/ApiVariable.vue b/frontend/src/views/system/datasource/ApiVariable.vue index 1016add2c2..7959e7f2d3 100644 --- a/frontend/src/views/system/datasource/ApiVariable.vue +++ b/frontend/src/views/system/datasource/ApiVariable.vue @@ -58,6 +58,7 @@