lsc 2 hari lalu
induk
melakukan
2500f7b6f5
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      js/Desktop/DeskTop.js
  2. 1 1
      js/Desktop/Onload.js

+ 1 - 1
js/Desktop/DeskTop.js

@@ -5967,7 +5967,7 @@ U.MD.D.I.openInApplication = function (str, data, screenType, tType) {
         case "testDetail":
             _formdiv = new U.UF.UI.form(
                 "表单填写",
-                $$("iframe", { "allow": "camera *; microphone *;display-capture;midi;encrypted-media;", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://beta.cloud.cocorobo.cn/#/doTest?cid=" + data + "&userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&type=3&role=" + _role }), {
+                $$("iframe", { "allow": "camera *; microphone *;display-capture;midi;encrypted-media;", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": US.Config.bpbl + "/pbl-teacher-table/dist/#/doTest?cid=" + data + "&userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&type=3&role=" + _role }), {
                 "id": "testDetail" + data,
                 "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
                 "onresize": function () { }

+ 1 - 1
js/Desktop/Onload.js

@@ -1221,7 +1221,7 @@ function loginSet(userInfo, res){
     }
 
     let testIdMatch = window.location.href.match(/testid=([^&]+)/);
-    if(window.location.href.includes('testDetail') && testIdMatch && testIdMatch[1]){
+    if(userInfo.type === 1 && window.location.href.includes('testDetail') && testIdMatch && testIdMatch[1]){
         console.log(testIdMatch[1]);
         U.A.Request(`${US.Config.pbl}getTestWorks2?cid=${testIdMatch[1]}`, [], function (res) {
             if(res && res.value && res.value.length && res.value[0].length){