随笔分类 - vue
记录vue知识、问题
摘要:文章内容是对自己学习和理解的记录,若有问题,望不吝赐教! 一、对linux的理解: linux属于操作系统,跟windows操作系统类比。 linux和shell文档:https://www.runoob.com/linux/linux-filesystem.html 二、windows上,运行sh
阅读全文
摘要:vue中做AES加密 import CryptoJS from "crypto-js"; //秘钥 const CRYPTOJSKEY= "abcdefgabcdefg12"; // 加密 encrypt(plaintText) { var plaintText = plaintText; var
阅读全文