
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
Git常用命令
//查看某个命令文档git help <command>git <command> -hgit <command> --help1.基本操作用户配置git config --global user.name "bettyaner"git config --global user.email bettyaner@163.com配置级别–local(默认,高级优先)
vue3 axios配置跨域
1.在vue.config.js中配置webpackmodule.exports = defineConfig({transpileDependencies: true,configureWebpack: {devServer: {proxy: {"/api": {//捕获API的标志,如果API中有这个字符串,那么就开始匹配代理,target: "192.128.0.0/",//代理的api地址
小程序 table组件
满足基本需求,可自定义数据,左右滑动,自定义样式,后面还会加新的内容

到底了