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