Explorar el Código

Merge branch 'lfj' of https://git.citupro.com/zhengnaiwen_citu/menduner into lfj

lifanagju_citu hace 3 meses
padre
commit
bd66e8d801

+ 0 - 3
.env.production

@@ -5,15 +5,12 @@ VITE_NODE_ENV = 'production'
 VITE_APP_TITLE = 门墩儿
 
 # 访问路径
-# VITE_ACCESS_BASE_URL = 'http://menduner.citupro.com:7878' # 发布测试环境 
 VITE_ACCESS_BASE_URL = 'https://www.menduner.com' # 发布生产环境 
 # 
 # 请求路径
-# VITE_BASE_URL = 'http://menduner.citupro.com:7878' # 发布测试环境 
 VITE_BASE_URL = 'https://www.menduner.com' # 发布生产环境 
 
 # 预览路径
-# VITE_PREVIEW_URL = 'http://192.168.3.91:8012' # 发布测试环境 
 VITE_PREVIEW_URL = 'https://kkfileview.menduner.com/' # 发布生产环境 
 
 # 租户id

+ 3 - 3
src/components/Enterprise/hotPromoted.vue

@@ -17,8 +17,8 @@
           </div>
         </div>
 
-        <div v-if="item?.enterprise?.welfareTagStr" style="padding: 6px 0; border-bottom: 1px solid #EBEBEB">
-          <div v-ellipse-tooltip class="px-5 welfareTag ellipsis-tag">{{ item.enterprise.welfareTagStr }}</div>
+        <div class="mx-4 py-2" style="height: 35px;" :style="{'border-bottom': item?.enterprise?.welfareTagStr ? '1px solid #EBEBEB' : 'none'}">
+          <div v-ellipse-tooltip class="welfareTag ellipsis-tag">{{ item.enterprise.welfareTagStr }}</div>
         </div>
 
         <!-- 职位列表 -->
@@ -104,7 +104,7 @@ const handleMoreEnterprise = (item) => {
   min-width: calc((100% - 24px) / 3);
   max-width: calc((100% - 24px) / 3);
   margin: 0 12px 12px 0;
-  height: 370px;
+  height: 373px;
   border-radius: 12px;
   padding: 0;
   overflow: hidden;

+ 1 - 1
src/version.js

@@ -1,2 +1,2 @@
 // 版本号
-export const vue_version = 'v25.01.14.1833'
+export const vue_version = 'v25.02.10.1915'

+ 1 - 1
src/views/recruit/personal/PersonalCenter/resume/attachment/index.vue

@@ -20,7 +20,7 @@
         @selected="handleSelected"
       >
         <template #actions="{ item }">
-          <v-btn color="primary" @click.stop="previewFile(item0.url)" variant="text">预览</v-btn>
+          <v-btn color="primary" @click.stop="previewFile(item.url)" variant="text">预览</v-btn>
           <v-btn color="error" @click.stop="handleDownload(item)" variant="text">下载</v-btn>
           <v-btn v-if="!item.defaultStatus" color="success" @click.stop="handleDelete(item)" variant="text">{{ $t('common.delete') }}</v-btn>
         </template>