shaogen1995 пре 10 месеци
родитељ
комит
650bc931e2
4 измењених фајлова са 4 додато и 4 уклоњено
  1. BIN
      public/favicon.ico
  2. 1 1
      src/pages/A1goods/A1add/index.tsx
  3. 1 1
      src/pages/A1goods/index.tsx
  4. 2 2
      src/utils/http.ts

BIN
public/favicon.ico


+ 1 - 1
src/pages/A1goods/A1add/index.tsx

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

+ 1 - 1
src/pages/A1goods/index.tsx

@@ -104,7 +104,7 @@ function A1goods() {
             <span>搜索:</span>
             <Input
               key={inputKey}
-              maxLength={20}
+              maxLength={50}
               style={{ width: 200 }}
               placeholder='请输入名称'
               allowClear

+ 2 - 2
src/utils/http.ts

@@ -7,8 +7,8 @@ import { domShowFu } from './domShow'
 
 const envFlag = process.env.NODE_ENV === 'development'
 
-// const baseUrlTemp = 'https://sit-liushaoqibwg.4dage.com' // 测试环境
-const baseUrlTemp = 'http://192.168.20.61:8074' // 线下环境
+const baseUrlTemp = 'https://sit-liushaoqiweb.4dage.com' // 测试环境
+// const baseUrlTemp = 'http://192.168.20.61:8074' // 线下环境
 
 const baseFlag = baseUrlTemp.includes('https://')