05 2021 档案

摘要:下载 npm i compression-webpack-plugin -D const CompressionPlugin = require("compression-webpack-plugin") module.exports ={ configureWebpack: () => { if  阅读全文
posted @ 2021-05-31 14:31 zjxgdq 阅读(86) 评论(0) 推荐(0) 编辑
摘要:import "tailwindcss/tailwind.css"公共 npm install tailwindcss 阅读全文
posted @ 2021-05-27 21:08 zjxgdq 阅读(49) 评论(0) 推荐(0) 编辑
摘要:}, { path: '/home', name: 'Home', component: resolve => require(['../views/Home.vue'],resolve), meta: { nav: false, isKeep: false } }, 阅读全文
posted @ 2021-05-27 19:20 zjxgdq 阅读(21) 评论(0) 推荐(0) 编辑
摘要:<--a标签--> <a href="'https://www.baidu.com/'" target="_blank"> a标签跳转到外部链接测试 </a>// 跳转后浏览器地址栏结果http://localhost:8080/'https://www.baidu.com/' 12345678解决 阅读全文
posted @ 2021-05-26 18:47 zjxgdq 阅读(924) 评论(0) 推荐(0) 编辑
摘要::row-key="(record) => record.expressId" 阅读全文
posted @ 2021-05-26 17:11 zjxgdq 阅读(34) 评论(0) 推荐(0) 编辑
摘要:<template> <a-spin :spinning="spinning"> <div class="logo-top"> <img class="img" src="../assets/images/cj2.png" alt="" /> <!-- 商城 --> <div :style="{ma 阅读全文
posted @ 2021-05-26 16:38 zjxgdq 阅读(234) 评论(0) 推荐(0) 编辑
摘要:li{ list-style-type:decimal; } 阅读全文
posted @ 2021-05-24 11:51 zjxgdq 阅读(224) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/Genius_cxx/article/details/102902134 系统的http://www.manongjc.com/detail/6-oeyqdqzynbqvyuf.html npm i vue-clipboard2 -s 2.main.js中 阅读全文
posted @ 2021-05-20 08:43 zjxgdq 阅读(75) 评论(0) 推荐(0) 编辑
摘要:<template> <a-spin :spinning="spinning"> <div class="logo-top"> <!-- 签到 --> <img class="img" src="../assets/images/cj2.png" alt="" /> <div class="nav- 阅读全文
posted @ 2021-05-20 08:34 zjxgdq 阅读(65) 评论(0) 推荐(0) 编辑
摘要:<template> <!-- <a-spin :spinning="spinning"> --> <div class="logo-top" :style="{width:width + 'px',height:height + 'px'}" > <!-- 签到 --> <img :style=" 阅读全文
posted @ 2021-05-20 08:31 zjxgdq 阅读(136) 评论(0) 推荐(0) 编辑
摘要:<template> <a-spin :spinning="spinning"> <div class="logo-top"> <img class="img" src="http://h5.u2sy.cn/img/cj2.png" alt="" /> <!-- 抽奖页面 --> <div :sty 阅读全文
posted @ 2021-05-20 08:29 zjxgdq 阅读(138) 评论(0) 推荐(0) 编辑
摘要:<template> <div> <button class="button" @click="countDown"> {{content}} </button> </div> </template> <script> export default { data() { return { conte 阅读全文
posted @ 2021-05-20 08:27 zjxgdq 阅读(75) 评论(0) 推荐(0) 编辑
摘要:window.location.reload() 阅读全文
posted @ 2021-05-19 13:51 zjxgdq 阅读(42) 评论(0) 推荐(0) 编辑
摘要:async getHome() { let temp = await http.getHome(); //随机方法 function getRandomElements(arr, count) { var shuffled = arr.slice(0), i = arr.length, min =  阅读全文
posted @ 2021-05-13 17:29 zjxgdq 阅读(59) 评论(0) 推荐(0) 编辑
摘要:urlencode 阅读全文
posted @ 2021-05-13 16:21 zjxgdq 阅读(68) 评论(0) 推荐(0) 编辑
摘要:async postphoneBinding(User, phone) { let temp = await http.phoneBinding(User, phone); let tel = /^(13[0-9]|14[01456879]|15[0-35-9]|16[2567]|17[0-8]|1 阅读全文
posted @ 2021-05-12 10:02 zjxgdq 阅读(81) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_43824675/article/details/103729268 阅读全文
posted @ 2021-05-10 09:47 zjxgdq 阅读(128) 评论(0) 推荐(0) 编辑
摘要:a.router-link-exact-active { color: white; div { color: white; }} 阅读全文
posted @ 2021-05-07 16:45 zjxgdq 阅读(34) 评论(0) 推荐(0) 编辑
摘要:<template> <div @click="cur=0" :class="[cur==0? 'nav-userh':'nav-user']">数据统计</div> <div @click="cur=1" :class="[cur==1? 'nav-userh':'nav-user']">用户总人 阅读全文
posted @ 2021-05-06 17:18 zjxgdq 阅读(133) 评论(0) 推荐(0) 编辑
摘要:main.js const originalPush = Router.prototype.push Router.prototype.push = function push(location) { return originalPush.call(this, location).catch(er 阅读全文
posted @ 2021-05-06 16:31 zjxgdq 阅读(87) 评论(0) 推荐(0) 编辑