Commit 595a3e46 by lijiabin

【线上优化】 chores: nas地址改为https

parent 5b376bbf
......@@ -5,7 +5,7 @@ import { storeToRefs } from 'pinia'
import type { UploadFileResponseItem, ChunkCheckResponse } from './types'
// 'https://oa.yswg.com.cn:8085'
const OA_UPLOAD_CHUNK_BASE_URL = 'http://nas1.yswg.top:8088'
const OA_UPLOAD_CHUNK_BASE_URL = 'https://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