From 7319260f31c9a593418ff17b1ca42e0822c3c4eb Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Wed, 10 Jan 2024 22:07:04 +0800
Subject: [PATCH] 改正授权码md5加密 bgm链接修改 允许后置日期提交 简介提交支持

---
 src/components/layouts/baseLayout.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/components/layouts/baseLayout.vue b/src/components/layouts/baseLayout.vue
index 91552a4..bf72da2 100644
--- a/src/components/layouts/baseLayout.vue
+++ b/src/components/layouts/baseLayout.vue
@@ -12,7 +12,7 @@
 		<a-layout-footer>
 			<AplayerBox />
 			<tagFooter />
-			<MyVideo ref="MyVideo" @closeMyVideo="closeMyVideo"/>
+			<MyVideo ref="MyVideo" @closeMyVideo="closeMyVideo" />
 
 			<a-button v-if="miniVideoPlayData!=null && showMiniBox" class="fadeInRight"
 				style="position: fixed;right: 0px;bottom: 130px;" @click="showMyVideo(miniVideoPlayData)">
@@ -32,7 +32,8 @@
 	// Dplayer Api地址
 	// http://dplayer.js.org/ 
 	import tagHeader from "../fixed/header.vue"
-	import tagFooter from "../fixed/footer.vue"
+	// import tagFooter from "../fixed/footer.vue"
+	const tagFooter = () => import("../fixed/footer.vue")
 	import AplayerBox from "../mini/Aplayer.vue"
 	import MyVideo from "../group/MyVideo.vue"
 	export default {
@@ -151,8 +152,8 @@
 		-webkit-animation-duration: 2s;
 		-webkit-animation-iteration-count: 1;
 	}
-	
-	 
+
+
 
 	.fadeInLeft {
 		-webkit-animation-name: "fadeInLeft";

--
Gitblit v1.9.1