Pārlūkot izejas kodu

图片地址由minio.citupro.com更换为minio.menduner.com

Xiao_123 8 stundas atpakaļ
vecāks
revīzija
a628f22876
34 mainītis faili ar 55 papildinājumiem un 91 dzēšanām
  1. 2 2
      components/PositionList/index.vue
  2. 1 1
      pages/index/communicate.vue
  3. 1 1
      pages/index/jobFair.vue
  4. 1 1
      pagesA/chart/index.vue
  5. 2 2
      pagesA/collect/company.vue
  6. 1 1
      pagesA/collect/position.vue
  7. 1 1
      pagesA/interview/index.vue
  8. 1 1
      pagesA/interview/item.vue
  9. 1 1
      pagesA/recommendation/index.vue
  10. 1 1
      pagesA/resume/index.vue
  11. 1 1
      pagesA/seenMe/index.vue
  12. 1 1
      pagesA/student/certificateDetail-copy.vue
  13. 1 1
      pagesA/student/certificateDetail.vue
  14. 1 1
      pagesA/student/certificateDetailCanvas.vue
  15. 1 1
      pagesA/student/enterpriseRecommendationLetter.vue
  16. 1 1
      pagesA/student/internshipButler.vue
  17. 1 1
      pagesA/student/internshipCertificate.vue
  18. 2 2
      pagesA/student/internshipRecord.vue
  19. 1 1
      pagesA/student/internshipReport.vue
  20. 12 12
      pagesB/about/index.vue
  21. 2 2
      pagesB/companyDetail/index.vue
  22. 1 1
      pagesB/headhunting/components/contact.vue
  23. 1 1
      pagesB/headhunting/components/nav.vue
  24. 3 3
      pagesB/headhunting/index.vue
  25. 1 1
      pagesB/headhunting/pages/service.vue
  26. 3 3
      pagesB/headhunting/utils/data.js
  27. 1 1
      pagesB/inviteRecord/index.vue
  28. 1 1
      pagesB/jobFair/enterprisesClassification.vue
  29. 1 1
      pagesB/jobFair/jobFairEntShare.vue
  30. 2 2
      pagesB/positionDetail/index.vue
  31. 1 1
      pagesB/preferredGroup/index.vue
  32. 2 2
      pagesB/recommendEnterprise/index.vue
  33. 1 1
      pagesB/sharePoster/index.vue
  34. 1 37
      uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue

+ 2 - 2
components/PositionList/index.vue

@@ -68,7 +68,7 @@
           <!-- 企业信息 -->
           <view v-if="props.showEntInfo" class="sub-li-bottom" @tap="handleClickEnt(item)">
             <view class="avatarBox">
-              <image class="enterAvatar ss-m-l-20 default-border default-radius" :src="item.enterprise?.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'"></image>
+              <image class="enterAvatar ss-m-l-20 default-border default-radius" :src="item.enterprise?.logoUrl || 'https://minio.menduner.com/dev/cd7f5e26a239fb0ab335585e04c709b065f52832fc31539b3a5423224fc6d16c.png'"></image>
             </view>
             <view class="ss-m-l-35 MiSans-Normal" style="flex: 1; max-width: calc(100% - 40px);">
               <view class="default-text-color ellipsis" style="width: 98%;">{{ formatName(item.enterprise?.anotherName || item.enterprise.name) }}</view>
@@ -93,7 +93,7 @@
       <view v-if="props.noMore" class="noMore">暂无更多数据</view>
     </view>
     <view v-else>
-      <image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
+      <image src="https://minio.menduner.com/dev/bb43df1dc91945e05ee93da76e49b34f87b0d10203eb76c20e2d4999a13b9a0a.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
       <view style="color: gray; text-align: center;">暂无数据</view>
     </view>
     <!-- 确认框 -->

+ 1 - 1
pages/index/communicate.vue

@@ -37,7 +37,7 @@
 						</view>
 						<image
 							v-if=" items.length===0 "
-							src="https://minio.citupro.com/dev/static/nodata.png"
+							src="https://minio.menduner.com/dev/bb43df1dc91945e05ee93da76e49b34f87b0d10203eb76c20e2d4999a13b9a0a.png"
 							mode="widthFix"
 							style="width: 100%;">
 						</image>

+ 1 - 1
pages/index/jobFair.vue

@@ -17,7 +17,7 @@
       <view v-else>
         <view class="commonBackground"></view>
         <view class="nodata-img-parent" :style="{'height': `calc(100vh - ${(navbarHeight + 100)}px)`}">
-          <image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
+          <image src="https://minio.menduner.com/dev/bb43df1dc91945e05ee93da76e49b34f87b0d10203eb76c20e2d4999a13b9a0a.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
         </view>
       </view>
     </view>

+ 1 - 1
pagesA/chart/index.vue

@@ -80,7 +80,7 @@
                 <view class="avatarBox">
                   <image
                     class="enterAvatar ml default-border default-radius"
-                    :src="val.payload?.content?.positionInfo?.enterprise?.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'"
+                    :src="val.payload?.content?.positionInfo?.enterprise?.logoUrl || 'https://minio.menduner.com/dev/cd7f5e26a239fb0ab335585e04c709b065f52832fc31539b3a5423224fc6d16c.png'"
                   ></image>
                 </view>
                 <view class="ss-m-l-35">

+ 2 - 2
pagesA/collect/company.vue

@@ -5,7 +5,7 @@
         <view v-for="(item, index) in items" :key="index" class="list-item default-border list-item-bgc" @click="jumpToEnterpriseDetail(item.id)">
           <view class="d-flex align-center">
             <view class="enterAvatar default-radius default-border">
-              <image class="enterAvatar default-radius" :src="item.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'"></image>
+              <image class="enterAvatar default-radius" :src="item.logoUrl || 'https://minio.menduner.com/dev/cd7f5e26a239fb0ab335585e04c709b065f52832fc31539b3a5423224fc6d16c.png'"></image>
             </view>
             <view style="flex: 1;" class="ss-m-l-30">
               <view class="enterprise-name ellipsis MiSans-Semibold default-text-color">{{ formatName(item.anotherName || item.name) }}</view>
@@ -32,7 +32,7 @@
         <uni-load-more :status="status" />
       </view>
       <view v-else class="nodata-img-parent">
-        <image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
+        <image src="https://minio.menduner.com/dev/bb43df1dc91945e05ee93da76e49b34f87b0d10203eb76c20e2d4999a13b9a0a.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
       </view>
     </scroll-view>
   </view>

+ 1 - 1
pagesA/collect/position.vue

@@ -6,7 +6,7 @@
         <uni-load-more :status="status" />
       </view>
       <view v-else class="nodata-img-parent">
-        <image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
+        <image src="https://minio.menduner.com/dev/bb43df1dc91945e05ee93da76e49b34f87b0d10203eb76c20e2d4999a13b9a0a.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
       </view>
     </scroll-view>
   </view>

+ 1 - 1
pagesA/interview/index.vue

@@ -8,7 +8,7 @@
         <uni-load-more :status="more" />
       </view>
       <view v-else class="nodata-img-parent">
-        <image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
+        <image src="https://minio.menduner.com/dev/bb43df1dc91945e05ee93da76e49b34f87b0d10203eb76c20e2d4999a13b9a0a.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
       </view>
     </scroll-view>
 

+ 1 - 1
pagesA/interview/item.vue

@@ -3,7 +3,7 @@
     <view v-for="(item, index) in list" :key="index" class="list-item list-item-bgc default-border">
       <view class="sub-li-bottom" @click.stop="jumpToEnterpriseDetail(item.enterprise?.id)">
         <view class="avatarBox">
-          <image class="enterAvatar" :src="item.enterprise?.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'"></image>
+          <image class="enterAvatar" :src="item.enterprise?.logoUrl || 'https://minio.menduner.com/dev/cd7f5e26a239fb0ab335585e04c709b065f52832fc31539b3a5423224fc6d16c.png'"></image>
         </view>
         <view>
           <span class="ss-m-x-20 color-666 MiSans-Medium">{{ item.contact?.name || ' -- ' }}</span>

+ 1 - 1
pagesA/recommendation/index.vue

@@ -8,7 +8,7 @@
 		  </view>
 		  <view v-else class="nodata-img-parent">
 		    <image
-					src="https://minio.citupro.com/dev/static/nodata.png"
+					src="https://minio.menduner.com/dev/bb43df1dc91945e05ee93da76e49b34f87b0d10203eb76c20e2d4999a13b9a0a.png"
 					mode="widthFix"
 					style="width: 100vw"
 				></image>

+ 1 - 1
pagesA/resume/index.vue

@@ -18,7 +18,7 @@
       </view>
 		</view>
 		<view v-else class="nodata-img-parent">
-			<image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
+			<image src="https://minio.menduner.com/dev/bb43df1dc91945e05ee93da76e49b34f87b0d10203eb76c20e2d4999a13b9a0a.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
 		</view>
     <view class="bottom-sticky flex-column">
       <button v-if="props.resumeAnalysis" class="recomm-button" style="margin-bottom: 0; border-radius: 25px;" :loading="analysisLoading" @click="handleResumeAnalysis">开始解析</button>

+ 1 - 1
pagesA/seenMe/index.vue

@@ -41,7 +41,7 @@
         <uni-load-more :status="status" />
       </view>
       <view v-else class="nodata-img-parent">
-        <image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
+        <image src="https://minio.menduner.com/dev/bb43df1dc91945e05ee93da76e49b34f87b0d10203eb76c20e2d4999a13b9a0a.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
       </view>
     </scroll-view>
   </view>

+ 1 - 1
pagesA/student/certificateDetail-copy.vue

@@ -66,7 +66,7 @@ const createPoster = async () => {
   ctx.clearRect(0, 0, canvasWidth, canvasHeight)
 
   //背景图片
-  const { path: bgUrl } = await getImageTempRatio('https://minio.citupro.com/dev/static/bgc.jpg')
+  const { path: bgUrl } = await getImageTempRatio('https://minio.menduner.com/dev/012608211780f2ec0e732ca99fc512517aea63a0b66d7e7fd334b854a0171319.jpg')
   ctx.drawImage(bgUrl, 0, 0, canvasWidth, canvasHeight) // 路径、x、y、宽、高
   
   const info = { ...itemData.value }

+ 1 - 1
pagesA/student/certificateDetail.vue

@@ -1,7 +1,7 @@
 <template>
 	<view v-if="itemData" style="width: 100vw;height: 100vh;overflow: auto;">
 		<view class="cer-img">
-      <image src="https://minio.citupro.com/dev/static/bgc.jpg" mode="scaleToFill" style="width: 100%;height: 100%;"></image>
+      <image src="https://minio.menduner.com/dev/012608211780f2ec0e732ca99fc512517aea63a0b66d7e7fd334b854a0171319.jpg" mode="scaleToFill" style="width: 100%;height: 100%;"></image>
       <view class="cer-introduce">
 				兹有
 				<span class="cer-text">{{ itemData?.student?.schoolName }}</span>

+ 1 - 1
pagesA/student/certificateDetailCanvas.vue

@@ -66,7 +66,7 @@ const createPoster = async () => {
   ctx.clearRect(0, 0, canvasWidth, canvasHeight)
 
   //背景图片
-  const { path: bgUrl } = await getImageTempRatio('https://minio.citupro.com/dev/static/bgc.jpg')
+  const { path: bgUrl } = await getImageTempRatio('https://minio.menduner.com/dev/012608211780f2ec0e732ca99fc512517aea63a0b66d7e7fd334b854a0171319.jpg')
   ctx.drawImage(bgUrl, 0, 0, canvasWidth, canvasHeight) // 路径、x、y、宽、高
   
   const info = { ...itemData.value }

+ 1 - 1
pagesA/student/enterpriseRecommendationLetter.vue

@@ -11,7 +11,7 @@
       <uni-load-more status="noMore" style="line-height: 20vh;" />
 		</view>
 		<view v-else class="nodata-img-parent">
-			<image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
+			<image src="https://minio.menduner.com/dev/bb43df1dc91945e05ee93da76e49b34f87b0d10203eb76c20e2d4999a13b9a0a.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
 		</view>
   </view>
 </template>

+ 1 - 1
pagesA/student/internshipButler.vue

@@ -1,6 +1,6 @@
 <template>
     <view class="parents">
-        <image src="https://minio.citupro.com/dev/static/wx.jpg" mode="aspectFit" show-menu-by-longpress="true" class="img-code"></image>
+        <image src="https://minio.menduner.com/dev/3bc7806c930faebfbff8a0d36ba99c21e8a5d9915949ae1b59a73c4a5fa58e50.jpg" mode="aspectFit" show-menu-by-longpress="true" class="img-code"></image>
 		<view class="tipsText">长按添加管家微信</view>
     </view>
 </template>

+ 1 - 1
pagesA/student/internshipCertificate.vue

@@ -11,7 +11,7 @@
       </uni-card>
 		</view>
 		<view v-else class="nodata-img-parent">
-			<image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
+			<image src="https://minio.menduner.com/dev/bb43df1dc91945e05ee93da76e49b34f87b0d10203eb76c20e2d4999a13b9a0a.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
 		</view>
   </view>
 </template>

+ 2 - 2
pagesA/student/internshipRecord.vue

@@ -6,7 +6,7 @@
         <uni-card v-for="(val, index) in dataList" :key="index" :is-shadow="true" :border='false' shadow="0px 0px 3px 1px rgba(0,0,0,0.1)">
           <!-- 企业信息 -->
           <view class="entInfoBox d-flex align-center ss-p-10 ss-p-l-20 ss-m-b-20">
-            <image class="enterAvatar" :src="val.enterprise.logoUrl ? val.enterprise.logoUrl : 'https://minio.citupro.com/dev/menduner/company-avatar.png'"></image>
+            <image class="enterAvatar" :src="val.enterprise.logoUrl ? val.enterprise.logoUrl : 'https://minio.menduner.com/dev/cd7f5e26a239fb0ab335585e04c709b065f52832fc31539b3a5423224fc6d16c.png'"></image>
             <view class="ellipsis ss-m-l-20" style="flex: 1;">
               <view class="enterpriseName font-size-16 ellipsis">{{ formatName(val.enterprise.anotherName || val.enterprise.name) }}</view>
               <!-- <view class="ss-m-t-5">
@@ -49,7 +49,7 @@
         <uni-load-more :status="more" />
       </view>
       <view v-else class="nodata-img-parent">
-        <image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
+        <image src="https://minio.menduner.com/dev/bb43df1dc91945e05ee93da76e49b34f87b0d10203eb76c20e2d4999a13b9a0a.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
       </view>
     </scroll-view>
     <!-- 确认框 -->

+ 1 - 1
pagesA/student/internshipReport.vue

@@ -15,7 +15,7 @@
       </view>
     </view>
     <view v-else class="nodata-img-parent">
-      <image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" class="nodata-img-child"></image>
+      <image src="https://minio.menduner.com/dev/bb43df1dc91945e05ee93da76e49b34f87b0d10203eb76c20e2d4999a13b9a0a.png" mode="widthFix" class="nodata-img-child"></image>
     </view>
     <view class="bottom-sticky">
       <button type="primary" size="default" class="recomm-button" @click="addReport">新增实习报告</button>

+ 12 - 12
pagesB/about/index.vue

@@ -17,7 +17,7 @@
         <view class="line"></view>
         <h1 class="title ss-m-t-30 ss-m-b-20">门墩儿合伙人</h1>
         <view class="d-flex flex-column align-center">
-          <img src="https://minio.citupro.com/dev/menduner/consultant/simon.png" style="width: 230px; height: 280px;" alt="">
+          <img src="https://minio.menduner.com/dev/0957611baf90ada134b4205ca3a327eb12d29c1a4ef36541b8f1bec8e0b7170c.png" style="width: 230px; height: 280px;" alt="">
           <p class="ss-m-t-4 ss-m-l-4 consultant-item__name">创始人 田森博士(Simon Tian)</p>
         </view>
         <img class="ss-m-t-80" src="https://minio.menduner.com/dev/menduner/team.jpg" alt="" style="width: 100%; height: 120px;">
@@ -45,8 +45,8 @@
 
 <script setup>
 const list = [
-  { title: '公司使命', desc: '成为中国酒店行业可信赖的人力资源科技公司。', url: 'https://minio.citupro.com/dev/menduner/home/introduct-bg-01.png' },
-  { title: '公司愿景', desc: '人力数据技术赋能人才发现,助力酒店企业提质增效,实现业务可持续成长。', url: 'https://minio.citupro.com/dev/menduner/home/introduct-bg-02.png' }
+  { title: '公司使命', desc: '成为中国酒店行业可信赖的人力资源科技公司。', url: 'https://minio.menduner.com/dev/365de95d1e413bbcb341f9cff32a9260569d51c16c87ae2e04360940fbd5c7a9.png' },
+  { title: '公司愿景', desc: '人力数据技术赋能人才发现,助力酒店企业提质增效,实现业务可持续成长。', url: 'https://minio.menduner.com/dev/2852683392da26311af5e54ca6b15947954df844f0d45b301942b95d50233205.png' }
 ]
 
 // 学术和行业之声
@@ -55,63 +55,63 @@ const introduce = [
     name: 'Professor Kaye Chon',
     job: 'Dean and Chair Professor, and Walter Kwok Foundation Professor in International Hospitality Management,School of Hotel and Tourism Management',
     company: 'The Hong Kong Polytechnic University',
-    avatar: 'https://minio.citupro.com/dev/menduner/home/about/%E5%9B%BE%E7%89%871.png',
+    avatar: 'https://minio.menduner.com/dev/32dfa5c97fcfde11b5765bcc1928102fa67171c0ce908fbe85d1f9c4fcdec168.png',
     desc: 'The unprecedented growth of hotel industry in China creates a huge demand for qualified workers for the industry. This platform is very much welcomed because it will provide a win-win solution to both the demand and supply side of the hospitality industry human capital.'
   },
   {
     name: 'Benjamin Yan 严竹明',
     job: 'Chairman',
     company: 'Ruiyee Hospitality',
-    avatar: 'https://minio.citupro.com/dev/menduner/home/about/%E5%9B%BE%E7%89%872.png',
+    avatar: 'https://minio.menduner.com/dev/a4706fd8002e52efec3479641770ed8e796637b3cd1b810a2950c1eb541eae12.png',
     desc: '恭喜门墩儿成功上线。如何遴选优质酒店业人才一直是我们的一大难题,人才关乎企业未来,而门墩儿的人工智能、大数据等技术必将助我们一臂之力,用人问题从此迎刃而解。'
   },
   {
     name: 'Thierry Brinte',
     job: 'General Manager',
     company: 'Gran Hotel Bristol by Kempinski',
-    avatar: 'https://minio.citupro.com/dev/menduner/home/about/%E5%9B%BE%E7%89%873.png',
+    avatar: 'https://minio.menduner.com/dev/6066936b9e25d198675141f1044e322d37eb441bb1354479b6c41f244fc69646.png',
     desc: 'I wish to offer my congratulations to Simon and his teammates in launching this fully-dedicated talent career service and development social platform for the hotel industry in China. The platform will benefit both hotel professionals and hotel employers in their endeavors to find the right and qualified hotel talents to ensure successful hotel business operations.'
   },
   {
     name: 'Emily Zhu 竺丽萍',
     job: '总经理',
     company: '杭州新侨饭店',
-    avatar: 'https://minio.citupro.com/dev/menduner/home/about/%E5%9B%BE%E7%89%874.png',
+    avatar: 'https://minio.menduner.com/dev/eb8c8cdc8b850402ec033b58f4daf8866e3bedb4b179bfd4a2ac1a92c44878eb.png',
     desc: '“有所为,有所不为”,只做专业领域,且只做专业领域的金字塔市场, 这是“门墩儿”平台的特点。既深谙买方市场的需求,又有卖方市场的广阔人脉,这是“门墩儿”平台的特长。“千军好买,一将难求”,作为酒店业主方,我们需要像“门墩儿”这样能提供“私人定制”服务的合作伙伴。我个人非常看好“门墩儿”平台的发展前景,Bravo !!'
   },
   {
     name: 'Antony Platford',
     job: 'Seasoned Hotelier',
     company: 'Hotel and Tourism Consulting',
-    avatar: 'https://minio.citupro.com/dev/menduner/home/about/%E5%9B%BE%E7%89%875.png',
+    avatar: 'https://minio.menduner.com/dev/185b31d18d49b0e4f852a55e29e1320a138f8e5e5a7b735da2564c1844293534.png',
     desc: 'I wish to congratulate Simon Tian on the establishment of Menduner. There is no doubt of the future success for this enterprise and its clients given the proven ability, <br/>skills and professional experience that Simon and his team can provide.'
   },
   {
     name: '肖君 先生',
     job: '高级运营副总裁',
     company: '朗廷酒店集团中国区域',
-    avatar: 'https://minio.citupro.com/dev/menduner/home/about/%E5%9B%BE%E7%89%876.png',
+    avatar: 'https://minio.menduner.com/dev/916f8b2fa6858c968a5b31e81519f4d971640eb7ec516a4b757af29bf81521e1.png',
     desc: '门墩儿是专属于酒店行业的职业发展社交平台。希望能在这里携手更多志同道合的伙伴,<br/>追求我们共同的梦想。'
   },
   {
     name: 'Nelson Li 李可',
     job: '泛海酒店投资管理有限公司副总经理',
     company: '武汉泛海费尔蒙酒店业主代表',
-    avatar: 'https://minio.citupro.com/dev/menduner/home/about/%E5%9B%BE%E7%89%877.png',
+    avatar: 'https://minio.menduner.com/dev/0f6a18dc12c06dda68268b85524e3f92a2ae7d8d41df0793cad1cb3293f4a6ae.png',
     desc: '世界每时每刻都在发生变化,唯一不变的是我们对于这个行业的初心和热情。很高兴看到一群有梦想的酒店人为了遇见更好的自己,为了中国酒店业的未来勇敢的迈出了这一步…<br/>“精诚所至 金石为开”,愿“门墩儿”与中国酒店人共同成长,加油!'
   },
   {
     name: 'Gerhard H. Zimmer',
     job: 'President',
     company: 'ZYG INC.',
-    avatar: 'https://minio.citupro.com/dev/menduner/home/about/%E5%9B%BE%E7%89%878.png',
+    avatar: 'https://minio.menduner.com/dev/7f568f1847930424f3a90f9cf859e7518728a33a11dfb43af9a192c5c2ee2f50.png',
     desc: 'Simon, a very talented Hotelier who has made good use of his technical skills, combined with excellent human relations to provide a solid foundation for a most successful operation.'
   },
   {
     name: 'Ann Leung 梁旭君',
     job: '创始人',
     company: '禾禾木文化发展有限公司',
-    avatar: 'https://minio.citupro.com/dev/menduner/home/about/%E5%9B%BE%E7%89%879.png',
+    avatar: 'https://minio.menduner.com/dev/37b8154b22fa34abfb6bd3bc50dd0d571c75224c8edd3a98187e05dde30ec04b.png',
     desc: '找到对的门,认识对的人. 门墩儿,比酒店人更懂酒店人,从这里开启不同的圈层,<br/>打开职业生涯你不敢想象的可能!'
   }
 ]

+ 2 - 2
pagesB/companyDetail/index.vue

@@ -10,7 +10,7 @@
               <image 
                 class="default-border default-radius" 
                 style="width: 70px; height: 70px; z-index: 1;" 
-                :src="info.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'"
+                :src="info.logoUrl || 'https://minio.menduner.com/dev/cd7f5e26a239fb0ab335585e04c709b065f52832fc31539b3a5423224fc6d16c.png'"
               ></image>
               <view class="f-straight ss-m-l-20" style="flex: 1;position: relative;">
                 <view class="title-des MiSans-Semibold" style="max-width: 60vw;;">{{ formatName(info.anotherName || info.name) }}</view>
@@ -118,7 +118,7 @@
                 <uni-load-more :status="status" />
               </view>
               <view v-else class="nodata-img-parents">
-                <image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" class="nodata-img-child"></image>
+                <image src="https://minio.menduner.com/dev/bb43df1dc91945e05ee93da76e49b34f87b0d10203eb76c20e2d4999a13b9a0a.png" mode="widthFix" class="nodata-img-child"></image>
               </view>
             </scroll-view>
           </view>

+ 1 - 1
pagesB/headhunting/components/contact.vue

@@ -10,7 +10,7 @@
         <view class="main-footer-contact-item"><text>手机</text>:18501626969</view>
         <view class="qr">
           <image
-            src="https://minio.citupro.com/dev/menduner/official-account-code4.jpg"
+            src="https://minio.menduner.com/dev/defc03d54c8673c708f03babe212c223834606495c7a1b00d837c9b462553400.jpg"
             mode="scaleToFill"
           />
           <view class="subTitle">关注menduner公众号</view>

+ 1 - 1
pagesB/headhunting/components/nav.vue

@@ -3,7 +3,7 @@
     <view class="main-top-nav">
       <view class="main-top-nav-logo" @tap="handleTo('/pagesB/headhunting/index')">
         <image
-          src="https://minio.citupro.com/dev/menduner/poster.png"
+          src="https://minio.menduner.com/dev/8ca717bbd4551eb20e34e6763dedc96076b46a4cb3d873eec245ae11d6c913b4.png"
           mode="aspectFill"
         />
         <view class="gun"></view>

+ 3 - 3
pagesB/headhunting/index.vue

@@ -59,9 +59,9 @@ import Nav from './components/nav'
 import Footer from './components/contact.vue'
 // import { ref }  from 'vue'
 const consultant = [
-  { country: '苏州', enName: '田森博士(Simon Tian)', id: 'simon', avatar: 'https://minio.citupro.com/dev/menduner/consultant/simon.png' },
-  { country: '北京', enName: '潘青海先生(Peter Pan)', id: 'peter', avatar: 'https://minio.citupro.com/dev/menduner/consultant/peter.png' },
-  { country: '北京', enName: '姚嘉庆女士(Julia Yao)', id: 'julia', avatar: 'https://minio.citupro.com/dev/menduner/consultant/julie.png' }
+  { country: '苏州', enName: '田森博士(Simon Tian)', id: 'simon', avatar: 'https://minio.menduner.com/dev/0957611baf90ada134b4205ca3a327eb12d29c1a4ef36541b8f1bec8e0b7170c.png' },
+  { country: '北京', enName: '潘青海先生(Peter Pan)', id: 'peter', avatar: 'https://minio.menduner.com/dev/c96dce9744b27ed4e74f27f72628e946ef1ac2d4adcb6e3cc5e344b7120cadc8.png' },
+  { country: '北京', enName: '姚嘉庆女士(Julia Yao)', id: 'julia', avatar: 'https://minio.menduner.com/dev/e6ee9b3e9784ebec9edc5be5dd141166dd685cb30ac856503b73a90732c43151.png' }
 ]
 // 数值示例
 const list = [

+ 1 - 1
pagesB/headhunting/pages/service.vue

@@ -94,7 +94,7 @@ $rootColor: #00695c;
   padding: 40rpx;
   box-sizing: border-box;
   color: #fff;
-  background-image: url(https://minio.citupro.com/dev/menduner/headhunting/service-bg.jpg);
+  background-image: url(https://minio.menduner.com/dev/1a5bc81b76b2759d44ba1de5018f9a7a08b18d8e1e48d59db8d0916af9ee24b3.jpg);
   background-size: 100% 100%;
   background-repeat: no-repeat;
   background-position: center center;

+ 3 - 3
pagesB/headhunting/utils/data.js

@@ -221,7 +221,7 @@ export const consultantData = [
     title: '田森博士(Simon Tian)',
     job: '创始人兼首席执行官',
     country: '苏州',
-    avatar: 'https://minio.citupro.com/dev/menduner/consultant/simon.png',
+    avatar: 'https://minio.menduner.com/dev/0957611baf90ada134b4205ca3a327eb12d29c1a4ef36541b8f1bec8e0b7170c.png',
     desc: [
       '2018年10月创办门墩儿人力资源一体化技术平台,田森博士为酒店行业提供了专业的人才招聘和寻访服务。通过搭建线上线下相结合的学习平台、组织行业交流活动、提供定制化培训方案等方式,帮助酒店从业者提升专业技能和职业素养。同时他还致力于人才数据的开发和利用,为酒店业的人力资源管理提供了更加科学、智能的解决方案。',
       '田森博士凭借其丰富的酒店行业工作经历和卓越的学术背景,在酒店运营管理、市场营销、人力资源管理及人才数据开发等方面展现出了深厚的专业知识和创新能力。他的工作成果不仅为酒店业的发展做出了积极贡献,也为行业内的其他从业者树立了榜样。'
@@ -233,7 +233,7 @@ export const consultantData = [
     title: '潘青海先生(Peter Pan)',
     job: '猎头顾问',
     country: '北京',
-    avatar: 'https://minio.citupro.com/dev/menduner/consultant/peter.png',
+    avatar: 'https://minio.menduner.com/dev/c96dce9744b27ed4e74f27f72628e946ef1ac2d4adcb6e3cc5e344b7120cadc8.png',
     desc: [
       '潘青海先生在酒店及酒店式服务公寓领域积累的16年房务背景经验,积累了丰富的专业知识和实践经验。拥有深入的理解和实战经验。这段经历不仅让他掌握了高效运营客房部门的技巧,还培养了他对细节的关注和对服务质量的执着追求。2018年9月加入门墩儿人力资源一体化技术平台,是公司创始团队成员之一,并承担起日常运营的重任。他利用自己的专业技能优化了公司的运营流程,提高了工作效率。注重团队协作,通过有效的沟通和协调,确保与同事和客户之间的顺畅衔接,为公司的整体运营提供了坚实的保障。',
       '在招聘和猎头业务方面,展现出了敏锐的洞察力和精准的判断力。利用自己的行业资源和人脉,积极开拓招聘渠道,与各大集团、酒店及业主公司建立了良好的合作关系。',
@@ -245,7 +245,7 @@ export const consultantData = [
     title: '姚嘉庆女士(Julia Yao)',
     job: '猎头顾问',
     country: '北京',
-    avatar: 'https://minio.citupro.com/dev/menduner/consultant/julie.png',
+    avatar: 'https://minio.menduner.com/dev/e6ee9b3e9784ebec9edc5be5dd141166dd685cb30ac856503b73a90732c43151.png',
     desc: [
       '在酒店行业深耕十五年之久,是一位拥有丰富市场销售经验与深厚行业洞察力的专业人士。多年的酒店从业经历使姚嘉庆女士具备了敏锐的市场洞察力、卓越的团队领导力和深厚的行业资源积累。她能够迅速适应不同市场环境的变化,灵活调整销售策略,确保酒店业绩的持续增长。',
       '姚嘉庆女士对酒店行业及其他相关行业的市场动态、企业需求、人才分布等有深入的了解,这有助于她更准确地把握客户需求,提高寻访效率。她具备出色的人才评估能力,能够准确地判断候选人的专业技能、职业素养、性格特质等是否符合客户企业的要求。同时,她也是一位注重持续学习和自我提升的顶尖猎头顾问,在快速变化的市场动向中不断掌握新的行业知识、招聘技巧和行业动态,以保持自己的专业竞争力。'

+ 1 - 1
pagesB/inviteRecord/index.vue

@@ -20,7 +20,7 @@
       </view>
       <view v-else class="nodata-img-parent flex-column">
         <image
-          src="https://minio.citupro.com/dev/static/nodata.png"
+          src="https://minio.menduner.com/dev/bb43df1dc91945e05ee93da76e49b34f87b0d10203eb76c20e2d4999a13b9a0a.png"
           mode="widthFix"
           style="width: 100vw"
         ></image>

+ 1 - 1
pagesB/jobFair/enterprisesClassification.vue

@@ -38,7 +38,7 @@
         <view v-if="listData?.length" class="listDataBox">
           <uni-card v-for="val in listData" :key="val.id" @click="toDetail(val)" :is-shadow="true" :border='false' shadow="0px 0px 3px 1px rgba(0,0,0,0.1)">
             <view class="d-flex align-center ss-m-30" @click="null">
-              <image class="enterAvatar default-border default-radius" :src="val.logoUrl ? val.logoUrl : 'https://minio.citupro.com/dev/menduner/company-avatar.png'"></image>
+              <image class="enterAvatar default-border default-radius" :src="val.logoUrl ? val.logoUrl : 'https://minio.menduner.com/dev/cd7f5e26a239fb0ab335585e04c709b065f52832fc31539b3a5423224fc6d16c.png'"></image>
               <view class="ss-m-l-20" style="flex: 1;">
                 <view class="font-size-16 enterpriseName MiSans-Semibold default-text-color">{{ formatName(val.anotherName || val.name) }}</view>
                 <view class="ss-m-t-5">

+ 1 - 1
pagesB/jobFair/jobFairEntShare.vue

@@ -41,7 +41,7 @@ const getJobFairDetail = async () => {
 }
 
 let positionNameList = []
-let entLogoUrl = 'https://minio.citupro.com/dev/menduner/company-avatar.png'
+let entLogoUrl = 'https://minio.menduner.com/dev/cd7f5e26a239fb0ab335585e04c709b065f52832fc31539b3a5423224fc6d16c.png'
 const getEntPositionList = async () => {
   if (!jobFairId || !enterpriseId) {
     uni.showToast({ title: '获取企业岗位失败,请重试!', icon: 'none', duration: 2000 })

+ 2 - 2
pagesB/positionDetail/index.vue

@@ -58,7 +58,7 @@
                 <!-- 企业信息 -->
                 <view class="topLine mt-5 d-flex align-center" style="position: relative;" @click="jumpToEnterpriseDetail(info.enterprise.id)">
                   <view class="avatarBox ss-m-t-5">
-                    <image class="default-border default-radius" style="width: 100rpx; height: 100rpx;" :src="info.enterprise?.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'"></image>
+                    <image class="default-border default-radius" style="width: 100rpx; height: 100rpx;" :src="info.enterprise?.logoUrl || 'https://minio.menduner.com/dev/cd7f5e26a239fb0ab335585e04c709b065f52832fc31539b3a5423224fc6d16c.png'"></image>
                   </view>
                   <view style="margin-right: 20px;">
                     <view class="contact-name MiSans-Medium default-text-color">{{ info.contact?.name }}</view>
@@ -439,7 +439,7 @@ const createPoster = async () => {
 
   // 企业头像
   const { logoUrl, anotherName, industryName, scaleName, name } = positionInfo.value.enterprise
-  const {path : headImg} = await getImageTempRatio(logoUrl ? logoUrl : 'https://minio.citupro.com/dev/menduner/company-avatar.png')
+  const {path : headImg} = await getImageTempRatio(logoUrl ? logoUrl : 'https://minio.menduner.com/dev/cd7f5e26a239fb0ab335585e04c709b065f52832fc31539b3a5423224fc6d16c.png')
   context.drawImage(headImg, 40, 220, 90, 90)
 
   // 企业名称

+ 1 - 1
pagesB/preferredGroup/index.vue

@@ -75,7 +75,7 @@
 			    <uni-load-more :status="status" />
 			  <!-- </view> -->
 			  <!-- <view v-else class="nodata-img-parents">
-			    <image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" class="nodata-img-child"></image>
+			    <image src="https://minio.menduner.com/dev/bb43df1dc91945e05ee93da76e49b34f87b0d10203eb76c20e2d4999a13b9a0a.png" mode="widthFix" class="nodata-img-child"></image>
 			  </view> -->
 			</scroll-view>
 		</view>

+ 2 - 2
pagesB/recommendEnterprise/index.vue

@@ -4,7 +4,7 @@
       <view v-if="items.length">
         <view v-for="(val, index) in items" :key="index" class="list-item list-item-bgc default-border">
           <view class="d-flex align-center" @click="jumpToEnterpriseDetail(val.enterprise.id)">
-            <image class="enterAvatar default-border default-radius" :src="val.enterprise.logoUrl ? val.enterprise.logoUrl : 'https://minio.citupro.com/dev/menduner/company-avatar.png'"></image>
+            <image class="enterAvatar default-border default-radius" :src="val.enterprise.logoUrl ? val.enterprise.logoUrl : 'https://minio.menduner.com/dev/cd7f5e26a239fb0ab335585e04c709b065f52832fc31539b3a5423224fc6d16c.png'"></image>
             <view class="ss-m-l-20" style="flex: 1;">
               <view class="enterpriseName default-text-color MiSans-Semibold">{{ formatName(val.enterprise.anotherName || val.enterprise.name) }}</view>
               <view class="ss-m-t-5" style="font-size: 24rpx;">
@@ -45,7 +45,7 @@
         <uni-load-more :status="more" />
       </view>
       <view v-else class="nodata-img-parent">
-        <image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
+        <image src="https://minio.menduner.com/dev/bb43df1dc91945e05ee93da76e49b34f87b0d10203eb76c20e2d4999a13b9a0a.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
       </view>
     </scroll-view>
   </view>

+ 1 - 1
pagesB/sharePoster/index.vue

@@ -134,7 +134,7 @@ const createPoster = async () => {
   drawAvatar(context, path, 124, 22, 40.5, width, height) // canvas、图片路径、x、y、半径
 
   //分享二维码
-  // const { path: qrCode } = await getImageTempRatio('https://minio.citupro.com/dev/menduner/miniProgram.jpg')
+  // const { path: qrCode } = await getImageTempRatio('https://minio.menduner.com/dev/8cf8a8506a66403a536bdc39e9fdb50d4982643c5280d62091cae7786d0f361a.jpg')
   context.drawImage(qrCode.value, 105.5, 312.5, 120, 120)
 
   context.draw(false, () =>{

+ 1 - 37
uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue

@@ -40,43 +40,7 @@
 		},
 		data() {
 			return {
-				bottomData: [
-					// {
-					// 	text: '微信',
-					// 	icon: 'https://vkceyugu.cdn.bspapp.com/VKCEYUGU-dc-site/c2b17470-50be-11eb-b680-7980c8a877b8.png',
-					// 	name: 'wx'
-					// },
-					// {
-					// 	text: '生成海报',
-					// 	icon: 'https://minio.citupro.com/dev/menduner/down-icon.png',
-					// 	name: 'poster'
-					// }
-					// {
-					// 	text: '支付宝',
-					// 	icon: 'https://vkceyugu.cdn.bspapp.com/VKCEYUGU-dc-site/d684ae40-50be-11eb-8ff1-d5dcf8779628.png',
-					// 	name: 'ali'
-					// },
-					// {
-					// 	text: 'QQ',
-					// 	icon: 'https://vkceyugu.cdn.bspapp.com/VKCEYUGU-dc-site/e7a79520-50be-11eb-b997-9918a5dda011.png',
-					// 	name: 'qq'
-					// },
-					// {
-					// 	text: '新浪',
-					// 	icon: 'https://vkceyugu.cdn.bspapp.com/VKCEYUGU-dc-site/0dacdbe0-50bf-11eb-8ff1-d5dcf8779628.png',
-					// 	name: 'sina'
-					// },
-					// {
-					// 	text: '百度',
-					// 	icon: 'https://vkceyugu.cdn.bspapp.com/VKCEYUGU-dc-site/1ec6e920-50bf-11eb-8a36-ebb87efcf8c0.png',
-					// 	name: 'copy'
-					// },
-					// {
-					// 	text: '其他',
-					// 	icon: 'https://vkceyugu.cdn.bspapp.com/VKCEYUGU-dc-site/2e0fdfe0-50bf-11eb-b997-9918a5dda011.png',
-					// 	name: 'more'
-					// }
-				]
+				bottomData: []
 			}
 		},
 		created() {},