完成百宝箱,修改记录

master
BeininX 11 months ago
parent f359995080
commit 631d3cf0cc

@ -6,8 +6,8 @@
:key="index"> :key="index">
<div class="tree-hole-content" <div class="tree-hole-content"
:class="{ leftTreeHole: index % 2 === 0 && !$common.mobile(), rightTreeHole: index % 2 !== 0 || $common.mobile() }"> :class="{ leftTreeHole: index % 2 === 0 && !$common.mobile(), rightTreeHole: index % 2 !== 0 || $common.mobile() }">
<el-avatar shape="square" class="avatar-img" :size="36" <el-avatar shape="circle" class="avatar-img" :size="36"
:src="avatar"></el-avatar> :src="currentUser.avatar"></el-avatar>
<div class="tree-hole-box" <div class="tree-hole-box"
:style="{background: $constant.tree_hole_color[index % $constant.tree_hole_color.length]}"> :style="{background: $constant.tree_hole_color[index % $constant.tree_hole_color.length]}">
<div class="box-tag" v-if="index % 2 === 0 && !$common.mobile()" <div class="box-tag" v-if="index % 2 === 0 && !$common.mobile()"
@ -49,7 +49,9 @@
}, },
data() { data() {
return {} return {
currentUser: this.$store.state.currentUser,
}
}, },
computed: {}, computed: {},

@ -56,7 +56,7 @@
<!-- 旅拍 --> <!-- 旅拍 -->
<li @click="$router.push({path: '/travel'})"> <li @click="$router.push({path: '/travel'})">
<div class="my-menu"> <div class="my-menu">
🌏 <span>旅拍</span> 📷 <span>记录</span>
</div> </div>
</li> </li>

@ -3,7 +3,7 @@ export default {
imBaseURL: "http://localhost:81", imBaseURL: "http://localhost:81",
webURL: "http://localhost", webURL: "http://localhost",
// baseURL: "https://poetize.cn/api", // baseURL: "https://.cn/api",
// imBaseURL: "https://poetize.cn/im", // imBaseURL: "https://poetize.cn/im",
// webURL: "https://poetize.cn", // webURL: "https://poetize.cn",
@ -18,10 +18,10 @@ export default {
//前后端定义的密钥AES使用16位 //前后端定义的密钥AES使用16位
cryptojs_key: "aoligeimeimaobin", cryptojs_key: "aoligeimeimaobin",
qiniuUrl: "https://upload.qiniup.com", qiniuUrl: "https://upload.qiniup.com",
qiniuDownload: "https://s6xqq8hhg.hd-bkt.clouddn.com/", // qiniuDownload: "$$$$七牛云下载地址仿照【https://file.poetize.cn/】",
qiniuDownload: "http://s6q4ppvdk.hd-bkt.clouddn.com/",
favoriteVideo: "$$$$自己找一个视频链接作为百宝箱的封面", favoriteVideo: "http://s6q4ppvdk.hd-bkt.clouddn.com/new.mp4",
favoriteVideo2: "http://s6q4ppvdk.hd-bkt.clouddn.com/images/340c8040d037c2f3217e8a1ade444fc8.mp4",
loveWeiYan: "https://s1.ax1x.com/2022/12/04/zsKgDs.jpg", loveWeiYan: "https://s1.ax1x.com/2022/12/04/zsKgDs.jpg",
loveMessage: "https://s1.ax1x.com/2022/12/04/zsKgDs.jpg", loveMessage: "https://s1.ax1x.com/2022/12/04/zsKgDs.jpg",
lovePhoto: "https://s1.ax1x.com/2022/12/04/zsKh5V.jpg", lovePhoto: "https://s1.ax1x.com/2022/12/04/zsKh5V.jpg",

Loading…
Cancel
Save