06 2020 档案
摘要:const path = require('path'); const resolve = (dir) => path.join(__dirname, dir); // 给public路径添加别名 module.exports = { publicPath: '/app/', // base目录,等
阅读全文
摘要:npm加载jsencrypt ,你也可以下载js文件在index引用或者直接引用线上的,不在叙述 npm i jsencrypt -S min.js写入 import JSEncrypt from 'jsencrypt';//引用模块 Vue.prototype.$jsEncrypt = JSEnc
阅读全文
摘要:<!DOCTYPE html> <html> <head> <title>javascript非对称加密(RSA)JSEncrypt Example</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
阅读全文
摘要:<template> <div class="login-container"> <!--<p>首页</p>--> <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-position="left" label-width="
阅读全文
摘要:data () { let idCardValidity = (rule, code, callback) => { var city = { 11: "北京", 12: "天津", 13: "河北", 14: "山西", 15: "内蒙古", 21: "辽宁", 22: "吉林", 23: "黑龙
阅读全文
摘要:不支持ie 支持edge 需要ie请换方法 vue不再赘述安装x-data-spreadsheetnpm install x-data-spreadsheet <template> <div id="x-spreadsheet-demo"></div> </template> <script> im
阅读全文

浙公网安备 33010602011771号