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