Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
b2a41563
Commit
b2a41563
authored
Jun 24, 2021
by
zhouyk
Browse files
自定义的地址问题修复,区分了后台与前台
parent
bdb5dd51
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/cms/content/form.ftl
View file @
b2a41563
...
...
@@ -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
})
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment