仪表盘
版本库
文件存储
活动
搜索
登录
董宇坤
/
iailab-plat-ui-vue3
分支自
iailab-plat-ui-vue3
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
调度建议
dongyukun
2025-05-29
5d9b28ad785141ceca70ece821d6f46859ec6f24
[~dongyukun/iailab-plat-ui-vue3.git]
/
src
/
utils
/
fetch.ts
1
2
3
4
// 携带登录态credentials必须为include
export default function fetch(url, options) {
return window.fetch(url, { ...options, credentials: "omit" });
}