mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
feature(util) ownRender: clean all params after render
This commit is contained in:
parent
c5e9a4746a
commit
73806c4eae
1 changed files with 3 additions and 0 deletions
|
|
@ -601,6 +601,9 @@
|
|||
ret = Util.replaceStr(ret, expr, str, notEscape);
|
||||
}
|
||||
|
||||
expr = firstChar + '.*' + secondChar;
|
||||
ret = Util.replaceStr(templ, expr, '', notEscape);
|
||||
|
||||
return ret;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue