From 2ab92240f1eccf659d7380dc524e76faca6f644c Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期三, 04 十二月 2024 15:37:44 +0800 Subject: [PATCH] feat:库管新页面提交 --- App.vue | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/App.vue b/App.vue index e7e6c3c..aefc22f 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,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