From 43946aca83334ac3e1c3929a2d6dcba3f2bf6446 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 17 十二月 2024 15:27:59 +0800
Subject: [PATCH] fix:小程序眼镜密码,h5历史收发单

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

diff --git a/App.vue b/App.vue
index 5db64ef..aefc22f 100644
--- a/App.vue
+++ b/App.vue
@@ -34,15 +34,19 @@
 
 	@font-face {
 		font-family: siYuanLight;
-		src: url('https://mx.jzeg.cn:9095/appimg/fonts/siyuannormal.OTF');
+		src: url('https://wrzs.czjlchem.com:9090/appimg/fonts/siyuannormal.OTF');
 	}
 
 	@font-face {
 		font-family: weighting;
-		src: url('https://mx.jzeg.cn:9095/appimg/fonts/weighting.TTF');
+		src: url('https://wrzs.czjlchem.com:9090/appimg/fonts/weighting.TTF');
 	}
 
 	body {
 		font-family: siYuanLight, sans-serif;
 	}
+</style>
+<style  lang='scss'>
+	@import '@/utils/publicStyle.scss';
+
 </style>
\ No newline at end of file

--
Gitblit v1.9.1