许雷 лет назад: 2
Родитель
Сommit
fa8223d091
2 измененных файлов с 6 добавлено и 5 удалено
  1. 1 1
      .env.development
  2. 5 4
      src/components/CXBEmpty/CXBEmpty.vue

+ 1 - 1
.env.development

@@ -1 +1 @@
1
-VITE_GLOB_API_URL = 'https://app.bjtdba.com'
1
+VITE_GLOB_API_URL = 'https://test.bjtdba.com'

+ 5 - 4
src/components/CXBEmpty/CXBEmpty.vue

@@ -4,7 +4,8 @@ import {CDN_URL} from "~/config/app";
4 4
 const searchEmptyImg = CDN_URL + '/static/assets/search_zanwuxiangguan_220617.png'
5 5
 const addressEmptyImg = CDN_URL + '/static/assets/no_address_bg_220624.png'
6 6
 
7
-const messageEmptyImg = CDN_URL + '/static/assets/search_zanwuxiangguan_220617.png'
7
+// const messageEmptyImg = CDN_URL + '/static/assets/search_zanwuxiangguan_220617.png'
8
+const messageEmptyImg = CDN_URL + '/images/2023-10-27/47a5920231027092228619.png'
8 9
 
9 10
 // search
10 11
 const props = defineProps({
@@ -35,9 +36,9 @@ const emptyImage = computed(() => {
35 36
 </script>
36 37
 <template>
37 38
   <div class="w-full h-full">
38
-    <div class="flex flex-col justify-center items-center py-10 text-xs text-gray gap-4">
39
-      <image :src="emptyImage" mode="widthFix" class="w-18 h-18"></image>
39
+    <div class="flex flex-col justify-center items-center py-10  text-gray gap-4">
40
+      <image :src="emptyImage" mode="widthFix" class="w-30 h-30"></image>
40 41
       <div>{{ text }}</div>
41 42
     </div>
42 43
   </div>
43
-</template>
44
+</template>