diff --git a/src/assets/img/update.png b/src/assets/img/update.png new file mode 100644 index 0000000..d348121 Binary files /dev/null and b/src/assets/img/update.png differ diff --git a/src/pages/ass/list/index.vue b/src/pages/ass/list/index.vue index 8d760b3..1210221 100644 --- a/src/pages/ass/list/index.vue +++ b/src/pages/ass/list/index.vue @@ -442,7 +442,6 @@ export default { this.invitationCode = ""; }, goSubSystem() { - let host = this.host let token = util.local.get(Setting.tokenKey) const classId = this.classId const classItem = this.classList.find(e => e.id == classId) @@ -453,13 +452,13 @@ export default { util.cookies.set("className", classItem ? encodeURI(classItem.className) : '') util.cookies.set("projectId", this.projectId) util.cookies.set("courseId", this.cid) + util.cookies.set("curriculumName", escape(this.curRow.sysName)); util.cookies.set("startTime", this.curRow.startTime) util.cookies.set("stopTime", this.curRow.stopTime) util.cookies.set("systemId", curriculumId); let href = '' if (curriculumId == 11){ href = `${Setting.systemPath}/#/index/list?token=${token}&cid=${this.cid}&systemId=${this.systemId}&projectId=${this.projectId}&assessmentId=${this.assessmentId}&classId=${this.classId}&stopTime=${this.stopTime}`; - } else { if(process.env.NODE_ENV === 'development') { href = 'http://192.168.31.125:8080/#/' diff --git a/src/pages/log/list/index.vue b/src/pages/log/list/index.vue index 12c3bda..a51f6fb 100644 --- a/src/pages/log/list/index.vue +++ b/src/pages/log/list/index.vue @@ -1,7 +1,7 @@