mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
feat:设置关卡内容的routerId改为id
This commit is contained in:
@@ -2501,7 +2501,7 @@ export default {
|
|||||||
//编辑基本信息
|
//编辑基本信息
|
||||||
const editLearnInfo = () => {
|
const editLearnInfo = () => {
|
||||||
let obj = {
|
let obj = {
|
||||||
routerId: state.routerId,
|
id: state.routerId,
|
||||||
enablePreview: state.previewSelect ? 1 : 0,
|
enablePreview: state.previewSelect ? 1 : 0,
|
||||||
enableStudy: state.studySelect ? 1 : 0,
|
enableStudy: state.studySelect ? 1 : 0,
|
||||||
previewSetting: state.previewStartNum + "," + state.previewEndNum,
|
previewSetting: state.previewStartNum + "," + state.previewEndNum,
|
||||||
|
|||||||
Reference in New Issue
Block a user