diff --git a/src/api/method.js b/src/api/method.js
index 07bba27f..ef5ccc81 100644
--- a/src/api/method.js
+++ b/src/api/method.js
@@ -162,6 +162,7 @@ function autoComma(number) {
return 0;
}
}
+//新建延迟
const commonData = {
timeout: 50
}
@@ -368,6 +369,8 @@ const commonData = {
//组织树
const organizationalTree = []
+
+const iframeUrl = "https://u-pre.boe.com/pc/iframe"
export {
toDate,
getWeek,
@@ -375,4 +378,5 @@ export {
formatNumber,
commonData,
organizationalTree,
+ iframeUrl,
}
\ No newline at end of file
diff --git a/src/components/Modals/addOnlineCourse.vue b/src/components/Modals/addOnlineCourse.vue
new file mode 100644
index 00000000..69d053fa
--- /dev/null
+++ b/src/components/Modals/addOnlineCourse.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/drawers/SelectTest.vue b/src/components/drawers/SelectTest.vue
index 70749429..dab3e4e4 100644
--- a/src/components/drawers/SelectTest.vue
+++ b/src/components/drawers/SelectTest.vue
@@ -1,466 +1,497 @@
-
-
-