|
|
@@ -6,7 +6,7 @@ import styles from './index.module.scss'
|
|
|
import { B1Xtype } from '@/pages/B_enterTibet/B1collect/data'
|
|
|
import { baseURL, envFlag } from '@/utils/http'
|
|
|
import { fileTypeRes } from '@/store/action/layout'
|
|
|
-import { getTokenFu } from '@/utils/storage'
|
|
|
+// import { getTokenFu } from '@/utils/storage'
|
|
|
import { API_C2dels } from '@/store/action/C2files'
|
|
|
import MyPopconfirm from '../MyPopconfirm'
|
|
|
import { DeleteOutlined } from '@ant-design/icons'
|
|
|
@@ -62,7 +62,7 @@ function ZupFile({ tableList, moduleId, isShow, closeFu, succFu }: Props) {
|
|
|
MessageFu.error(`${info.file.name} 上传失败;${response.msg}`)
|
|
|
}
|
|
|
if (response.code === 5001 || response.code === 5002) {
|
|
|
- MessageFu.warning('登录失效!')
|
|
|
+ MessageFu.warning('登录超时!')
|
|
|
loginOutFu()
|
|
|
return false
|
|
|
}
|