From a9563d1870e5dffd61524013b7baee3d432d0dc7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 19 Dec 2023 15:14:40 +0800
Subject: [PATCH] 水印处理,图标处理
---
src/page/index/index.vue | 2 +-
public/img/bg/img-logo.png | 0
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/public/img/bg/img-logo.png b/public/img/bg/img-logo.png
index 9a6b2a4..dde62ae 100644
--- a/public/img/bg/img-logo.png
+++ b/public/img/bg/img-logo.png
Binary files differ
diff --git a/src/page/index/index.vue b/src/page/index/index.vue
index 8c48b34..e9848f5 100644
--- a/src/page/index/index.vue
+++ b/src/page/index/index.vue
@@ -65,7 +65,7 @@
}
},
created () {
- Watermark.set("饶城格格通" + ' ' + this.globalUserInfo.user_name + ' ' + this.getTime())
+ Watermark.set("饶城格格通" + ' ' + this.globalUserInfo.real_name + ' ' + this.getTime())
//实时检测刷新token
this.refreshToken()
--
Gitblit v1.9.3