feat:v1.4前端更新

This commit is contained in:
超凡
2025-06-24 14:43:09 +08:00
parent 0268aa5033
commit 35fec82e4a
1026 changed files with 118424 additions and 56490 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="empty-box">
<image src="../static/images/empty-box.png"></image>
<image :src="urlDomain+'crmebimage/perset/staticImg/empty-box.png'"></image>
<view class="txt">{{title}}</view>
</view>
</template>
@@ -13,6 +13,11 @@
default: '暂无记录',
},
},
data(){
return{
urlDomain: this.$Cache.get("imgHost"),
}
}
}
</script>