Commit 5b1e8736 by lijiabin

【优化】 chore: 修改nas地址

parent 54d4394b
......@@ -4,8 +4,8 @@ import { useUserStore } from '@/stores'
import { storeToRefs } from 'pinia'
import type { UploadFileResponseItem, ChunkCheckResponse } from './types'
const OA_UPLOAD_CHUNK_BASE_URL = 'https://oa.yswg.com.cn:8085'
// 'https://oa.yswg.com.cn:8085'
const OA_UPLOAD_CHUNK_BASE_URL = 'http://nas1.yswg.top:8088'
const OA_UPLOAD_COMMON_BASE_URL = 'http://47.112.96.71:8082'
const CHUNK_UPLOAD_THRESHOLD = 10 * 1024 * 1024
const CHUNK_SIZE = 5 * 1024 * 1024
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment