diff --git a/frontend/src/business/components/api/automation/scenario/EnvSelect.vue b/frontend/src/business/components/api/automation/scenario/EnvSelect.vue index 2c1e25a4dc..3703512138 100644 --- a/frontend/src/business/components/api/automation/scenario/EnvSelect.vue +++ b/frontend/src/business/components/api/automation/scenario/EnvSelect.vue @@ -116,7 +116,7 @@ export default { return arr; }, getUserPermissionProjectIds(){ - this.$get('/project/getOwnerProjectIds/', res => { + this.$get('/project/getOwnerProjectIds', res => { this.permissionProjectIds = res.data; }) }, diff --git a/frontend/src/business/components/common/head/HeaderUser.vue b/frontend/src/business/components/common/head/HeaderUser.vue index 9153552e4d..214a95579f 100644 --- a/frontend/src/business/components/common/head/HeaderUser.vue +++ b/frontend/src/business/components/common/head/HeaderUser.vue @@ -1,6 +1,6 @@