Ver código fonte

微信客服

@dongkboy 11 meses atrás
pai
commit
63fda610ab
2 arquivos alterados com 3 adições e 2 exclusões
  1. 2 1
      .env.development
  2. 1 1
      src/views/personnel/holidaySchedule.vue

+ 2 - 1
.env.development

@@ -6,7 +6,8 @@ VITE_APP_TITLE = 租户平台
 # VITE_APP_API_BASEURL = https://test.baoxianzhanggui.com/web-api #默认地址
 # VITE_APP_API_BASEURL = http://192.168.0.253:8001  #田智
 # VITE_APP_API_BASEURL = http://192.168.0.55:8001  #董鑫
-VITE_APP_API_BASEURL = http://192.168.0.106:8001  #屈晨
+# VITE_APP_API_BASEURL = http://192.168.0.106:8001  #屈晨
+VITE_APP_API_BASEURL = http://192.168.0.115:8001  #屈晨
 # VITE_APP_API_BASEURL = http://192.168.0.59:8001  #徐强
 
 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空

+ 1 - 1
src/views/personnel/holidaySchedule.vue

@@ -36,7 +36,7 @@
           <div class="sliderArea flex" :style="{ transform: `translateX(${translateX}px)` }">
             <div class="item flex f-c a-c j-c" :class="{ active: activeDateIndex === item.id, holiday: item.holiday }"
               @click="dateClick(item)" v-for="(item, index) in monthDateList" :key="index">
-              <el-badge :is-dot="true" :offset="[10, 0]">
+              <el-badge :is-dot="item.badge" :offset="[10, 0]">
                 <span>{{ item.dayWeek }}</span>
               </el-badge>
               <span>{{ item.date }}</span>