shaogen1995 9 months ago
parent
commit
ac83a543bc
2 changed files with 12 additions and 2 deletions
  1. 11 1
      README.md
  2. 1 1
      src/pages/A2expert/A2add/index.tsx

+ 11 - 1
README.md

@@ -1,2 +1,12 @@
-1.使用 yarn。 npm有问题
+1.用 yarn
 
 
+2.测试堡垒机存放目录
+227/data/data/guangdong_guangzhou_zhongda_zhongliuyiyuan_data
+
+3.蓝湖地址
+https://lanhuapp.com/web/#/item/project/detailDetach?pid=80948489-b74b-4a80-ad55-af0100d0f72f&tid=de3e5e3e-a489-4b19-862a-7c87ce113467&see=all&project_id=80948489-b74b-4a80-ad55-af0100d0f72f&image_id=81dcc2d5-c5f0-4111-8771-e8b110de9524&fromEditor=true&type=image
+
+4.测试域名
+https://sit-zhongliuyiyuan.4dage.com
+接口地址在后面拼接:/api/doc.html#/home
+测试网址在后面拼接:/backstage

+ 1 - 1
src/pages/A2expert/A2add/index.tsx

@@ -206,7 +206,7 @@ function A2add({ editInfo, closeFu, addTableFu, editTableFu }: Props) {
             <Input
             <Input
               readOnly={editInfo.txt === '查看'}
               readOnly={editInfo.txt === '查看'}
               placeholder='请输入内容'
               placeholder='请输入内容'
-              maxLength={20}
+              maxLength={60}
               showCount
               showCount
             />
             />
           </Form.Item>
           </Form.Item>