zs 9 kuukautta sitten
vanhempi
commit
7367e5239e

+ 1 - 1
src/lang/package/zh-cn/menus.js

@@ -4,7 +4,7 @@ export default {
   user: '用户管理',
   center: '个人中心',
   password: '修改密码',
-  system_menus: '目录设置',
+  system_menus: '菜单设置',
   system_userMenus: '用户目录',
   system_role: '角色设置',
   system_parameter: '系统参数',

+ 1 - 0
src/lang/package/zh-cn/pages.js

@@ -266,6 +266,7 @@ export default {
     cooperate: '合作类型',
     time: '发布时间',
     main: '项目主体',
+    area: '项目地区',
     progress: '项目进展',
     track_unit: '跟踪支持单位',
     source: '项目来源',

+ 1 - 1
src/utils/axios-wrapper.js

@@ -11,7 +11,7 @@ import * as crypto from './crypto'
 import { ElMessage, ElMessageBox } from 'element-plus'
 let currentRequests = 0
 const { VITE_APP_BASE_API, VITE_USE_CRYPTO } = import.meta.env
-const userErrorCodeList = ['NOT_LOGIN', 'ACCOUNT_HAS_EXPIRED', 'ACCOUNT_LOGGED_IN_ELESWHERE', 'USER_NOT_FOUND', 'USER_IS_DISABLED', 'ROLE_IS_DISABLED', 'SERVICE_REPEAT']
+const userErrorCodeList = ['NOT_LOGIN', 'ACCOUNT_HAS_EXPIRED', 'ACCOUNT_LOGGED_IN_ELESWHERE', 'USER_NOT_FOUND', 'USER_IS_DISABLED', 'ROLE_IS_DISABLED', 'SERVICE_REPEAT', 'SERVICE_END']
 export class AxiosWrapper {
   constructor({ baseUrl = VITE_APP_BASE_API, unwrap = true } = {}) {
     this.baseUrl = baseUrl

+ 1 - 1
src/views/project/index.vue

@@ -139,7 +139,7 @@ const formFields = ref([
   { label: t('pages.project.skill'), model: 'skill', type: 'select' },
   { label: t('pages.project.field'), model: 'field', type: 'select' },
   { label: t('pages.project.cooperate'), model: 'cooperate', type: 'select' },
-  { label: t('pages.demand.area'), model: 'area', custom: true },
+  { label: t('pages.project.area'), model: 'area', custom: true },
   { label: t('pages.project.time'), model: 'time', type: 'date' },
   { label: t('pages.project.main'), model: 'main' },
   { label: t('pages.project.progress'), model: 'progress' },