shaogen1995 1 rok temu
rodzic
commit
54c470a327
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 1 1
      src/pages/A1manage/A1Import/index.tsx
  2. 2 2
      src/utils/http.ts

+ 1 - 1
src/pages/A1manage/A1Import/index.tsx

@@ -51,7 +51,7 @@ function A1Import({ closeFu, addTableFu, storageArr, exhibitTypeArr }: Props) {
   // 上传xlsx 的ref
   const upXlsxRef = useRef<any>(null)
 
-  // 消息提示(完善待填入)
+  // 信息录入不完整的消息提示
   const titShow = useMemo(() => {
     return list.some(v => !v.thumb || !v.storageId || !v.exhibitTypeId || !v.filePath)
   }, [list])

+ 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-shoubov2.4dage.com' // 测试环境
-const baseUrlTemp = 'http://192.168.20.61:8072' // 线下环境
+const baseUrlTemp = 'https://sit-liushaoqibwg.4dage.com' // 测试环境
+// const baseUrlTemp = 'http://192.168.20.61:8072' // 线下环境
 
 const baseFlag = baseUrlTemp.includes('https://')