wk
2024-10-09 07b12cf496c9380145414972ffe3a8969bf685ac
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的ws');
            }
         }
@@ -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>