lsc 1 年之前
父節點
當前提交
4dc407c224
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      js/Desktop/DeskTop.js

+ 6 - 6
js/Desktop/DeskTop.js

@@ -6230,7 +6230,7 @@ U.MD.D.I.openApplicationYu = function (str, cid, stage, task, tool) {
             _formdiv = new U.UF.UI.form(
                 "电子白板",
                 _box, {
-                "id": "whiteboards" + cid + stage + task + tool,
+                "id": "whiteboards_Yu" + cid + stage + task + tool,
                 "style": {
                     "width": "90%",
                     "height": "90%",
@@ -6272,7 +6272,7 @@ U.MD.D.I.openApplicationYu = function (str, cid, stage, task, tool) {
             _formdiv = new U.UF.UI.form(
                 "思维导图",
                 _box, { //"/jsmind/example/demo.html" 
-                "id": "minds" + cid + stage + task + tool,
+                "id": "minds_Yu" + cid + stage + task + tool,
                 "style": {
                     "width": "90%",
                     "height": "90%",
@@ -6314,7 +6314,7 @@ U.MD.D.I.openApplicationYu = function (str, cid, stage, task, tool) {
             _formdiv = new U.UF.UI.form(
                 "协同文档",
                 _box, {
-                "id": "docs" + cid + stage + task + tool,
+                "id": "docs_Yu" + cid + stage + task + tool,
                 "style": {
                     "width": "90%",
                     "height": "90%",
@@ -6363,7 +6363,7 @@ U.MD.D.I.openApplicationYu = function (str, cid, stage, task, tool) {
                 _formdiv = new U.UF.UI.form(
                     "CocoPi",
                     _box, {
-                    "id": "CocoPi" + cid + stage + task + tool,
+                    "id": "CocoPi_Yu" + cid + stage + task + tool,
                     "style": {
                         "width": "90%",
                         "height": "90%",
@@ -6631,7 +6631,7 @@ U.MD.D.I.openApplicationUpload = function (str, cid, stage, task, tool) {
             _formdiv = new U.UF.UI.form(
                 "CocoPi",
                 _box, {
-                "id": "CocoPi" + cid + stage + task + tool,
+                "id": "CocoPi_Upload" + cid + stage + task + tool,
                 "style": {
                     "width": "90%",
                     "height": "90%",
@@ -6767,7 +6767,7 @@ U.MD.D.I.openApplicationTeacherUpload = function (str, cid, stage, task, tool, s
             _formdiv = new U.UF.UI.form(
                 "CocoPi-" + _username,
                 _box, {
-                "id": "CocoPi" + cid + stage + task + tool + _userid,
+                "id": "CocoPi_TeacherUpload" + cid + stage + task + tool + _userid,
                 "style": {
                     "width": "90%",
                     "height": "90%",