摘要: 封装部分 /* * @Description: * @Author: Jenny * @Date: 2021-01-13 */ import axios from "axios"; import { UserModule } from "@/store/modules/user"; import { 阅读全文
posted @ 2021-01-13 11:39 Jennyishere 阅读(2454) 评论(0) 推荐(0)
摘要: 首先,安装node环境 下载 | Node.js 中文网 (nodejs.cn) npm 的下载包 地址 registry.npmjs.org ,该地址 属于国外网址 ,下包速度比较慢 为了提高下载速度:可以安装工具 nrm , npm -install nrm -g 该工具提供了几个最常用的下包的 阅读全文
posted @ 2021-01-13 10:44 Jennyishere 阅读(545) 评论(0) 推荐(0)