自定义的地址问题修复,区分了后台与前台

master
zhouyk 5 years ago
parent bdb5dd5199
commit b2a41563d0
  1. 2
      src/main/webapp/WEB-INF/manager/cms/content/form.ftl

@ -417,7 +417,7 @@
title: '',
name: 'custom-name'
});
ms.mdiy.model.extend("model1", {id:modelId},{ linkId: that.form.id }).then(function(obj) {
ms.mdiy.model.extend("model1", {id:modelId},{ linkId: that.form.id },true).then(function(obj) {
that.model = obj;
that.editableTabs[1].title = obj.modelName
});

Loading…
Cancel
Save