01 2023 档案

摘要:HTTP 错误 400 400 请求出错 由于语法格式有误,服务器无法理解此请求。不作修改,客户程序就无法重复此请求。 HTTP 错误 401 401.1 未授权:登录失败 此错误表明传输给服务器的证书与登录服务器所需的证书不匹配。 请与 Web 服务器的管理员联系,以确认您是否具有访问所请求资源的 阅读全文
posted @ 2023-01-12 07:58 小杨观世界 阅读(126) 评论(0) 推荐(0) 编辑
摘要:export class LocalCache { setCache<T = any>(key: string, value: T): boolean; setCache<T = any>( key: string, value: T, localOrSessionStorage: boolean 阅读全文
posted @ 2023-01-09 14:41 小杨观世界 阅读(303) 评论(0) 推荐(0) 编辑
摘要:'/AuthServer/api/': { target: 'https://localhost:44319', secure:false,// 这是签名认证,http和https区分的参数设置 changeOrigin: true, pathRewrite: { '^/AuthServer': ' 阅读全文
posted @ 2023-01-06 13:21 小杨观世界 阅读(1801) 评论(0) 推荐(0) 编辑