diff --git a/.env.production b/.env.production index 80c810301..8994f6943 100644 --- a/.env.production +++ b/.env.production @@ -2,5 +2,5 @@ ENV = 'production' # base api -VUE_APP_BASE_API = '/prod-api' +VUE_APP_BASE_API = '' diff --git a/src/components/AutoDataForm/index.vue b/src/components/AutoDataForm/index.vue index 1e56941de..7fcb0f762 100644 --- a/src/components/AutoDataForm/index.vue +++ b/src/components/AutoDataForm/index.vue @@ -1,19 +1,20 @@ diff --git a/src/router/index.js b/src/router/index.js index 5b7a310c2..201dd5dd4 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -104,7 +104,7 @@ export const constantRoutes = [ component: () => import('@/views/users/UserCreateUpdate.vue'), // Parent router-view name: 'UserGroupCreate', hidden: true, - meta: { title: 'UserGroupCreate' } + meta: { title: 'UserGroupCreate', activeMenu: '/users/groups' } }, { path: 'groups/:id', diff --git a/src/utils/jumpserver.js b/src/utils/jumpserver.js new file mode 100644 index 000000000..e69de29bb diff --git a/src/views/users/UserCreateUpdate.vue b/src/views/users/UserCreateUpdate.vue index a41eea71e..17c8dce4b 100644 --- a/src/views/users/UserCreateUpdate.vue +++ b/src/views/users/UserCreateUpdate.vue @@ -1,19 +1,17 @@