02 2021 档案
vue.config.js代理https请求头接口
摘要:proxy: { "/api": { target: 'https://example.com', changeOrigin: true, secure: false, headers: { Referer: 'https://example.com' } } } target 要使用 Proxy  阅读全文
posted @ 2021-02-22 15:59 写最骚的代码 阅读(2462) 评论(0) 推荐(0)
纯css实现tab下划线跟随
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> li{ list-style: none; } ul { display: flex; position: abs 阅读全文
posted @ 2021-02-19 10:04 写最骚的代码 阅读(404) 评论(0) 推荐(0)