摘要: node-forge之前讲过了AES-GCM模式在vue中如何加解密,使用的是node自带的crypto模块,但是会有个问题,纯html页面中无法使用node.js中的api。 这时候我们需要用到一个库:node-forge(js, vue中都可使用) npm地址:node-forge - npm 阅读全文
posted @ 2024-09-27 17:05 make-up-xx 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 在onLoad里面获取不到缓存: onLoad(option) { const token = uni.getStorageSync('token'); if(!token){ uni.showToast({ title:"请先登录", icon:"error", mask:true }); set 阅读全文
posted @ 2024-01-18 12:09 make-up-xx 阅读(458) 评论(0) 推荐(0) 编辑
摘要: <div class="fuzhiWarp"> <div class="copydiv">这里是DIV中的文本</div> <button type="button" class="fuzhibtn btn-default" data-clipboard-action="copy" data-cli 阅读全文
posted @ 2022-09-27 17:55 make-up-xx 阅读(216) 评论(0) 推荐(0) 编辑
摘要: /* 全局-已退回项目增加背景色区分 */ function checkBack(data) { layui.each(data, function(i) { var principalName1 = data[i].projectPrincipalName; if(!principalName1 阅读全文
posted @ 2022-09-19 11:43 make-up-xx 阅读(645) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale 阅读全文
posted @ 2022-08-19 11:11 make-up-xx 阅读(733) 评论(0) 推荐(0) 编辑
摘要: var dongTaiWidth = $(document).width()/1.09; var tableIns = table.render({ elem: '#myProjectTable0', width: dongTaiWidth, height: 'full', title: '我的项目 阅读全文
posted @ 2022-08-18 16:11 make-up-xx 阅读(207) 评论(0) 推荐(0) 编辑