From acc9f2d9eb7b3848803023075c9c2cdd67467ac4 Mon Sep 17 00:00:00 2001
From: 819527061@qq.com <123456>
Date: 星期二, 11 六月 2024 11:07:08 +0800
Subject: [PATCH] feature:忘记密码修改

---
 App.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/App.vue b/App.vue
index e7e6c3c..bef369a 100644
--- a/App.vue
+++ b/App.vue
@@ -13,7 +13,7 @@
 			if (!this.globalisconnect && !this.globalisUploadimg && this.globalisLogin) {
 				if (!this.is_open_socket) {
 					this.$store.dispatch('websocketInit')
-					this.changeisconnect(false);
+					this.changeisconnect(true);
 					console.log('appvue鐨剋s');
 				}
 			}
@@ -34,12 +34,12 @@
 
 	@font-face {
 		font-family: siYuanLight;
-		src: url('https://mx.jzeg.cn:9095/appimg/fonts/siyuannormal.OTF');
+		src: url('https://mx.jzeg.cn:9096/appimg/fonts/siyuannormal.OTF');
 	}
 
 	@font-face {
 		font-family: weighting;
-		src: url('https://mx.jzeg.cn:9095/appimg/fonts/weighting.TTF');
+		src: url('https://mx.jzeg.cn:9096/appimg/fonts/weighting.TTF');
 	}
 
 	body {

--
Gitblit v1.9.1