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,7 +1,7 @@
<template>
<view class="lottie-bg">
<view id="lottie">
<image src="/static/img/live-logo.gif" rel="preload" />
<image :src="urlDomain+'crmebimage/perset/staticImg/live-logo.gif'" rel="preload" />
</view>
</view>
</template>
@@ -13,6 +13,11 @@
} from "@/api/user";
export default {
name: "Auth",
data(){
return{
urlDomain: this.$Cache.get("imgHost"),
}
},
mounted() {
},