@@ -86,6 +86,9 @@
import axios from "axios";
import * as events from "events";
export default {
+ avatar: {
+ type: String
+ },
// 组件的逻辑和配置
data() {
return {
@@ -94,6 +97,7 @@ export default {
size: 5,
recommendStatus: true
},
+ currentUser: this.$store.state.currentUser,
recommendArticles: [],
admires: [],
showAdmireDialog: false,
From b8345c0ed06dfd5aeb3286c4e57a4e63c8b86136 Mon Sep 17 00:00:00 2001
From: xiaohua030729 <3123183787@qq.com>
Date: Wed, 10 Jan 2024 10:38:33 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=A4=B4=E5=83=8F?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=8A=9F=E8=83=BD1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/myAside.vue | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/components/myAside.vue b/src/components/myAside.vue
index 5886957..5c60c2d 100644
--- a/src/components/myAside.vue
+++ b/src/components/myAside.vue
@@ -127,7 +127,11 @@
style="display: flex;justify-content: space-between"
:key="i">
-
+
+
{{ item.username }}
From 602f57a76101053ad6508a0e4773245a69caddca Mon Sep 17 00:00:00 2001
From: xiaohua030729 <3123183787@qq.com>
Date: Wed, 10 Jan 2024 10:40:07 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=A4=B4=E5=83=8F?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=8A=9F=E8=83=BD1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/utils/constant.js | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/utils/constant.js b/src/utils/constant.js
index 83d6425..1dc85cd 100644
--- a/src/utils/constant.js
+++ b/src/utils/constant.js
@@ -3,7 +3,7 @@ export default {
imBaseURL: "http://localhost:81",
webURL: "http://localhost",
- // baseURL: "https://.cn/api",
+ // baseURL: "https://poetize.cn/api",
// imBaseURL: "https://poetize.cn/im",
// webURL: "https://poetize.cn",
@@ -18,10 +18,11 @@ export default {
//前后端定义的密钥,AES使用16位
cryptojs_key: "aoligeimeimaobin",
qiniuUrl: "https://upload.qiniup.com",
- // qiniuDownload: "$$$$七牛云下载地址,仿照【https://file.poetize.cn/】",
- qiniuDownload: "http://s6q4ppvdk.hd-bkt.clouddn.com/",
+ qiniuDownload: "http://s6qc8qkjn.hd-bkt.clouddn.com/",
+
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",
loveMessage: "https://s1.ax1x.com/2022/12/04/zsKgDs.jpg",
lovePhoto: "https://s1.ax1x.com/2022/12/04/zsKh5V.jpg",