aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
摘要: const path = require('path'); const resolve = (dir) => path.join(__dirname, dir); // 给public路径添加别名 module.exports = { publicPath: '/app/', // base目录,等 阅读全文
posted @ 2020-06-11 17:13 不会么么哒 阅读(4284) 评论(0) 推荐(0)
摘要: npm加载jsencrypt ,你也可以下载js文件在index引用或者直接引用线上的,不在叙述 npm i jsencrypt -S min.js写入 import JSEncrypt from 'jsencrypt';//引用模块 Vue.prototype.$jsEncrypt = JSEnc 阅读全文
posted @ 2020-06-11 16:51 不会么么哒 阅读(1818) 评论(1) 推荐(1)
摘要: <!DOCTYPE html> <html> <head> <title>javascript非对称加密(RSA)JSEncrypt Example</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 阅读全文
posted @ 2020-06-11 16:46 不会么么哒 阅读(815) 评论(0) 推荐(0)