摘要: { "px2rem.isNeedNotes": false, "px2rem.rootFontSize": 153.6, "workbench.editorAssociations": { ".gif": "cweijan.officeViewer", ".ico": "cweijan.office 阅读全文
posted @ 2021-10-31 17:29 钊梦林 阅读(306) 评论(0) 推荐(0)
摘要: 权限配置 import router from './router' import store from './store' import NProgress from 'nprogress' // progress bar import 'nprogress/nprogress.css' // p 阅读全文
posted @ 2021-09-26 16:44 钊梦林 阅读(82) 评论(0) 推荐(0)
摘要: request.js封装 import axios from 'axios' import { Message } from 'element-ui' import store from '@/store' import router from '@/router' // create an axi 阅读全文
posted @ 2021-09-26 16:43 钊梦林 阅读(325) 评论(0) 推荐(0)
摘要: ES6中的类与继承 类与继承 1.先了解(是啥?) 什么是类? es6新语法: 本质上就是构造函数的语法糖写法(简写形式) 类的作用? 创建对象 如何使用类? 如何使用类创建对象 ​ // ☞ 先定义一个类 (定义了一个构造函数) ​ // 语法: class 自定义类名 {} ​ // ☞ 通过类创建对象 ​ // 阅读全文
posted @ 2021-09-14 11:59 钊梦林 阅读(124) 评论(0) 推荐(0)
摘要: Git 使用规范 ​ 1.git 基本操作 - git init 如果一个项目需要使用 git 进行托管,需要初始化 - git status 查看当前代码的状态 (红色:在开发区,绿色:在暂存区,nothing to commit:开发区没有任何变更) - git checkout -b develop 创建并切换 阅读全文
posted @ 2021-09-06 15:59 钊梦林 阅读(225) 评论(0) 推荐(0)
摘要: Vue Router路由导航及传参方式 Vue Router路由导航及传参方式 阅读全文
posted @ 2021-09-05 15:43 钊梦林 阅读(683) 评论(0) 推荐(0)
摘要: js基本数据类型之间的转换 https://img2020.cnblogs.com/blog/2521838/202108/2521838-20210828234436755-1169379923.png 阅读全文
posted @ 2021-08-28 23:45 钊梦林 阅读(231) 评论(0) 推荐(0)