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