mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
'合并代码'
This commit is contained in:
@@ -2501,7 +2501,7 @@ export default {
|
||||
//编辑基本信息
|
||||
const editLearnInfo = () => {
|
||||
let obj = {
|
||||
routerId: state.routerId,
|
||||
id: state.routerId,
|
||||
enablePreview: state.previewSelect ? 1 : 0,
|
||||
enableStudy: state.studySelect ? 1 : 0,
|
||||
previewSetting: state.previewStartNum + "," + state.previewEndNum,
|
||||
@@ -2597,8 +2597,10 @@ export default {
|
||||
codeUrl =
|
||||
window.location.protocol +
|
||||
process.env.VUE_APP_H5 +
|
||||
"/externalexam?courseId=" +
|
||||
item.courseId;
|
||||
"/faceteach?type=2&courseId=" +
|
||||
item.courseId +
|
||||
"&id=" +
|
||||
item.projectTaskId;
|
||||
}
|
||||
|
||||
if (item.type == 4) {
|
||||
@@ -2727,26 +2729,8 @@ export default {
|
||||
window.location.protocol +
|
||||
process.env.VUE_APP_H5 +
|
||||
"/projectdetails?courseId=" +
|
||||
item.courseId
|
||||
item.courseId;
|
||||
}
|
||||
|
||||
|
||||
// let path = {
|
||||
// 1: window.location.protocol + import.meta.env.VITE_BOE_ONLINE_CLASS_URL, //在线
|
||||
// 2: "/faceteach",
|
||||
// 3: window.location.protocol + import.meta.env.VITE_BOE_CASS_DETAIL_URL, //案例
|
||||
// 4: "/homeworkpage",
|
||||
// 5: window.location.protocol + import.meta.env.VITE_BOE_EXAM_DETAIL_URL, //考试
|
||||
// 6: "/livebroadcast",
|
||||
// 7: "/outerchain", //外联
|
||||
// 8: "/discusspage",
|
||||
// 9: "/moreactive",
|
||||
// 10: "/evaluation", //测评
|
||||
// 11: "/surveydetail",
|
||||
// 12: "/ballotpage",
|
||||
// 13: "/projectdetails",
|
||||
// };
|
||||
|
||||
state.codevisible = true;
|
||||
let obj = {
|
||||
title: "[" + checkType(item.type) + "]二维码",
|
||||
|
||||
Reference in New Issue
Block a user