From 25c8b70a193b3bb72256584307c6825f7472ed9c Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 17 十月 2024 16:20:46 +0800
Subject: [PATCH] 2024-10-17

---
 src/views/design/sidemenu/thdmenuform/index.jsx |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/views/design/sidemenu/thdmenuform/index.jsx b/src/views/design/sidemenu/thdmenuform/index.jsx
index 08ba9d6..a0564da 100644
--- a/src/views/design/sidemenu/thdmenuform/index.jsx
+++ b/src/views/design/sidemenu/thdmenuform/index.jsx
@@ -164,6 +164,21 @@
               })(<TextArea rows={3} />)}
             </Form.Item>
           </Col> : null}
+          {menu.Template === 'NewPage' ? <Col span={22}>
+            <Form.Item label={
+              <Tooltip placement="topLeft" title={<div onClick={(e) => e.stopPropagation()}>姝e紡绯荤粺鎺ュ彛鍦板潃锛屼负绌烘椂浣跨敤鈥滈摼鎺ュ湴鍧�鈥濄��</div>}><QuestionCircleOutlined className="mk-form-tip" />姝e紡鍦板潃</Tooltip>
+            }>
+              {getFieldDecorator('proUrl', {
+                initialValue: menu.proUrl || '',
+                rules: [
+                  {
+                    max: 1024,
+                    message: '鍦板潃鏈�闀夸负1024涓瓧绗�!'
+                  }
+                ]
+              })(<TextArea rows={3} />)}
+            </Form.Item>
+          </Col> : null}
         </Row>
       </Form>
     )

--
Gitblit v1.8.0