摘要: 下载 npm i compression-webpack-plugin -D const CompressionPlugin = require("compression-webpack-plugin") module.exports ={ configureWebpack: () => { if  阅读全文
posted @ 2021-05-31 14:31 zjxgdq 阅读(89) 评论(0) 推荐(0)
摘要: import "tailwindcss/tailwind.css"公共 npm install tailwindcss 阅读全文
posted @ 2021-05-27 21:08 zjxgdq 阅读(53) 评论(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 阅读(24) 评论(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 阅读(931) 评论(0) 推荐(0)
摘要: :row-key="(record) => record.expressId" 阅读全文
posted @ 2021-05-26 17:11 zjxgdq 阅读(36) 评论(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 阅读(239) 评论(0) 推荐(0)
摘要: li{ list-style-type:decimal; } 阅读全文
posted @ 2021-05-24 11:51 zjxgdq 阅读(227) 评论(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 阅读(76) 评论(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 阅读(75) 评论(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)