仪表盘
版本库
文件存储
活动
搜索
登录
董宇坤
/
iailab-plat-ui-vue3
分支自
iailab-plat-ui-vue3
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
租户列表 套餐宽度固定180
houzhongjian
2024-11-27
fd13b0017518273406ee1a9906c07d079e4a9ac4
[~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" });
}