11 2022 档案

摘要:npmmirror 中国镜像站 https://npmmirror.com/ 你可以使用我们定制的 cnpm (gzip 压缩支持) 命令行工具代替默认的 npm: npm install -g cnpm --registry=https://registry.npm.taobao.org 使用 c 阅读全文
posted @ 2022-11-28 11:39 嗯哼Nymph 阅读(48) 评论(0) 推荐(0) 编辑
摘要:vue跨域2.x 文件位置 config 》index.js 》大约13行 》 跨域内容 proxyTable:{ '/api': { target: 'http://192.168.0.125:8000/info',//跨域地址 changeOrigin: true, pathRewrite: { 阅读全文
posted @ 2022-11-16 09:35 嗯哼Nymph 阅读(247) 评论(0) 推荐(0) 编辑