diff --git a/frontend/src/business/components/common/head/SearchList.vue b/frontend/src/business/components/common/head/SearchList.vue index d399064435..b3f47d280f 100644 --- a/frontend/src/business/components/common/head/SearchList.vue +++ b/frontend/src/business/components/common/head/SearchList.vue @@ -12,7 +12,7 @@
- + @@ -23,8 +23,8 @@ diff --git a/frontend/src/business/components/xpack b/frontend/src/business/components/xpack index 8a972a1987..a22a3005d9 160000 --- a/frontend/src/business/components/xpack +++ b/frontend/src/business/components/xpack @@ -1 +1 @@ -Subproject commit 8a972a198775b3783ed6e4cef27197e53d1ebdc8 +Subproject commit a22a3005d9bd254793fcf634d72539cbdf31be3a diff --git a/frontend/src/common/js/constants.js b/frontend/src/common/js/constants.js index 8a09180ad9..a0cbf2420d 100644 --- a/frontend/src/common/js/constants.js +++ b/frontend/src/common/js/constants.js @@ -10,6 +10,7 @@ export const ROLE_TEST_VIEWER = 'test_viewer'; export const WORKSPACE_ID = 'workspace_id'; export const CURRENT_PROJECT = 'current_project'; +export const PROJECT_ID = 'project_id'; export const REFRESH_SESSION_USER_URL = 'user/refresh'; export const WORKSPACE = 'workspace'; diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 692e4e0fbb..35bffd407f 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -279,7 +279,7 @@ export default { verified: '验证通过' } }, - edit: { + project: { recent: '最近的项目', create: '创建项目', edit: '编辑项目',