05 2021 档案
摘要:下载 npm i compression-webpack-plugin -D const CompressionPlugin = require("compression-webpack-plugin") module.exports ={ configureWebpack: () => { if
阅读全文
摘要:import "tailwindcss/tailwind.css"公共 npm install tailwindcss
阅读全文
摘要:}, { path: '/home', name: 'Home', component: resolve => require(['../views/Home.vue'],resolve), meta: { nav: false, isKeep: false } },
阅读全文
摘要:<--a标签--> <a href="'https://www.baidu.com/'" target="_blank"> a标签跳转到外部链接测试 </a>// 跳转后浏览器地址栏结果http://localhost:8080/'https://www.baidu.com/' 12345678解决
阅读全文
摘要::row-key="(record) => record.expressId"
阅读全文
摘要:<template> <a-spin :spinning="spinning"> <div class="logo-top"> <img class="img" src="../assets/images/cj2.png" alt="" /> <!-- 商城 --> <div :style="{ma
阅读全文
摘要:li{ list-style-type:decimal; }
阅读全文
摘要: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中
阅读全文
摘要:<template> <a-spin :spinning="spinning"> <div class="logo-top"> <!-- 签到 --> <img class="img" src="../assets/images/cj2.png" alt="" /> <div class="nav-
阅读全文
摘要:<template> <!-- <a-spin :spinning="spinning"> --> <div class="logo-top" :style="{width:width + 'px',height:height + 'px'}" > <!-- 签到 --> <img :style="
阅读全文
摘要:<template> <a-spin :spinning="spinning"> <div class="logo-top"> <img class="img" src="http://h5.u2sy.cn/img/cj2.png" alt="" /> <!-- 抽奖页面 --> <div :sty
阅读全文
摘要:<template> <div> <button class="button" @click="countDown"> {{content}} </button> </div> </template> <script> export default { data() { return { conte
阅读全文
摘要:async getHome() { let temp = await http.getHome(); //随机方法 function getRandomElements(arr, count) { var shuffled = arr.slice(0), i = arr.length, min =
阅读全文
摘要: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
阅读全文
摘要:https://blog.csdn.net/weixin_43824675/article/details/103729268
阅读全文
摘要:a.router-link-exact-active { color: white; div { color: white; }}
阅读全文
摘要:<template> <div @click="cur=0" :class="[cur==0? 'nav-userh':'nav-user']">数据统计</div> <div @click="cur=1" :class="[cur==1? 'nav-userh':'nav-user']">用户总人
阅读全文
摘要:main.js const originalPush = Router.prototype.push Router.prototype.push = function push(location) { return originalPush.call(this, location).catch(er
阅读全文