|
|
|
|
@ -12806,7 +12806,7 @@ var documentPage = function documentPage(_ref) {
|
|
|
|
|
//如果要保留文本格式,比如保留换行符,或者多行文本,可以使用 textarea 标签,再配和模板字符串 ` `
|
|
|
|
|
//const input = document.createElement('textarea')
|
|
|
|
|
// 将想要复制的值
|
|
|
|
|
input.value = "".concat(window.location.origin, "/competitions/") + form.getFieldValue('identifier');
|
|
|
|
|
input.value = "".concat(window.location.origin, "/competitions/detail/") + form.getFieldValue('identifier');
|
|
|
|
|
// 页面底部追加输入框
|
|
|
|
|
document.body.appendChild(input);
|
|
|
|
|
// 选中输入框
|
|
|
|
|
@ -13001,7 +13001,7 @@ var documentPage = function documentPage(_ref) {
|
|
|
|
|
colon: false,
|
|
|
|
|
name: "identifier",
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, {
|
|
|
|
|
prefix: "".concat(window.location.origin, "/competitions/"),
|
|
|
|
|
prefix: "".concat(window.location.origin, "/competitions/detail/"),
|
|
|
|
|
disabled: true,
|
|
|
|
|
className: documentmodules.form_item_item
|
|
|
|
|
})
|
|
|
|
|
|