提交 60ce33f6 authored 作者: 钟是志's avatar 钟是志

prepareShow修改

上级 6fd360b3
......@@ -22,7 +22,7 @@ export default function prepareShow(postData = {}, content = '') {
window.Modal = Modal;
window.moment = moment;
return new Promise((resolve, reject) => {
if (agg?.unifiedServicePatternModel?.id && getUrlInfo().test) {
if (agg?.unifiedServicePatternModel?.id && window.location.href.indexOf('localhost') > -1) {
const SystemConfig = window.specialImportantSystemConfig || {};
console.log('%c' + `${SystemConfig?.gateWayPort}/onestop/#/admin/processServices/modelConfig/templateDetail/designById?id=${agg.unifiedServicePatternModel.id}&token=${getToken()}`, 'color: green;background: white;font-size: 14px');
console.log('%c' + `${SystemConfig?.gateWayPort}/wisdomSchool/#/designFormByUrl?id=${agg.unifiedServicePatternModel.id}&token=${getToken()}`, 'color: green;background: white;font-size: 14px');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论