lsc 2 years ago
parent
commit
81388e4c15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/Desktop/Onload.js

+ 1 - 1
js/Desktop/Onload.js

@@ -426,7 +426,7 @@ U.MD.D.getuser = function () {
         } else if (userInfo.org == '150e3120-9195-11ed-b13d-005056b86db5') {
             if (!$("#tc_desktop_css")[0]) {
                 const link = document.createElement("link");
-                link.rel = "text/javascript";
+                link.rel = "stylesheet";
                 link.href =
                     "./css/tencent/Desktop.css";
                 link.id = "tc_desktop_css"