From 1981bff09d3f287daea5dfe908c1c1d0db873f62 Mon Sep 17 00:00:00 2001
From: e <2432808546@qq.com>
Date: Mon, 15 Nov 2021 17:19:58 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/setting.js | 4 ++--
src/views/course/AddCurriculum.vue | 4 ++--
src/views/serve/projectAdd.vue | 3 ++-
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/setting.js b/src/setting.js
index 85a6126..10c3de9 100644
--- a/src/setting.js
+++ b/src/setting.js
@@ -13,8 +13,8 @@ if (isDev) {
jumpPath = "http://192.168.31.254:8087/"; // 本地调试-需要启动本地判分点系统
// host = "http://39.108.250.202:9000";
- // host = "http://39.108.250.202:9000";//线上
- host = 'http://192.168.31.151:9000'// 榕
+ host = "http://39.108.250.202:9000";//线上
+ // host = 'http://192.168.31.151:9000'// 榕
// host = 'http://192.168.31.125:9000'// 坤
// host = 'http://192.168.31.137:9000'// 赓
} else if (isTest) {
diff --git a/src/views/course/AddCurriculum.vue b/src/views/course/AddCurriculum.vue
index 47701dd..5015cbf 100644
--- a/src/views/course/AddCurriculum.vue
+++ b/src/views/course/AddCurriculum.vue
@@ -136,7 +136,7 @@
-
+
-
+
- 保存为草稿
+ 保存为草稿
确定并发布
@@ -243,6 +243,7 @@ export default {
experimentDescription: "", // 案例描述
state: 0, // 状态(0、草稿箱 1、已发布)
isOpen: 0, // 是否开启(0开启 1未开启 默认0)
+ ztOpen: 0, // 是否开启(0开启 1未开启 默认0)
isDel: 0 // 是否删除(0、未删除 1、已删除 默认0)
},
projectJudgmentData: [], //实验任务(项目判分点)