diff --git a/public/index.html b/public/index.html
index 3189b0b..c8655e8 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,18 +1,19 @@
-
-
-
-
-
-
- 深圳或然科技中台
-
-
-
-
-
-
+
+
+
+
+
+
+
+ 深圳或然科技中台
+
+
+
+
+
+
diff --git a/src/assets/css/main.css b/src/assets/css/main.css
index eeed6d9..c7c96cf 100644
--- a/src/assets/css/main.css
+++ b/src/assets/css/main.css
@@ -14,6 +14,7 @@ body,
}
body {
+ min-width: 1200px;
font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'microsoft yahei', arial, STHeiTi, sans-serif;
font-size: 14px;
}
diff --git a/src/setting.js b/src/setting.js
index e7e7ba3..f60605c 100644
--- a/src/setting.js
+++ b/src/setting.js
@@ -12,8 +12,8 @@ if (isDev) {
jumpPath = 'http://192.168.31.125:8087/' // 本地调试-需要启动本地判分点系统
sandPath = `http://${location.hostname}:9520`
host = 'http://121.37.12.51/'
- // host = 'https://huorantech.cn/'
- host = 'http://192.168.31.217:9000/'// 榕
+ host = 'https://huorantech.cn/'
+ // host = 'http://192.168.31.217:9000/'// 榕
// host = 'http://192.168.31.51:9000/'// 赓
} else if (isPro) {
jumpPath = 'https://www.huorantech.cn/judgmentPoint/'
diff --git a/src/utils/editor.js b/src/utils/editor.js
index 037a2c3..1e57ef3 100644
--- a/src/utils/editor.js
+++ b/src/utils/editor.js
@@ -307,7 +307,7 @@ export default {
}
// Return new URL
return url
- },
+ },
// 自定义上传
images_upload_handler: function (blobInfo, succFun, failFun) {
const blob = blobInfo.blob()
@@ -315,7 +315,7 @@ export default {
const file = new File([blob], blobInfo.filename(), {
type: 'application/json',
lastModified: Date.now()
- });
+ });
Oss.upload(file).then(res => {
succFun(res.url)
})
diff --git a/src/views/course/AddCurriculum.vue b/src/views/course/AddCurriculum.vue
index 0565c0a..a8e6d3d 100644
--- a/src/views/course/AddCurriculum.vue
+++ b/src/views/course/AddCurriculum.vue
@@ -1177,7 +1177,7 @@ $avatar-width: 104px;
}
.systems {
margin-top: 10px;
- max-height: 550px;
+ max-height: 520px;
overflow: auto;
li {
display: flex;
diff --git a/src/views/data/Introduce.vue b/src/views/data/Introduce.vue
index cac6f10..66af1d3 100644
--- a/src/views/data/Introduce.vue
+++ b/src/views/data/Introduce.vue
@@ -1,212 +1,238 @@
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
关键字
-
-
-
- 保 存
-
-
-
-
- {{tag.keyword}}
-
-
-
-
- 取 消
- 确 定
-
+
+
+
+
+
+
+
+
+
关键字
+
+
+
+ 保 存
+
+
+
+
+ {{tag.keyword}}
+
+
+
+
+ 取 消
+ 确 定
+
+