摘要: 参考:https://www.cnblogs.com/lovewhatIlove/p/16476165.html #### 安装terser ``` npm add -D terser ``` #### vite中配置 ``` import { defineConfig } from "vite"; 阅读全文
posted @ 2023-04-15 18:40 Felix_Openmind 阅读(2768) 评论(0) 推荐(0)
摘要: 在utils下封装mitt.js import mitt from 'mitt' export default mitt() // mitt基本使用:https://juejin.cn/post/6973106775755063333 组件中引入mitt并使用 import mitt from '@ 阅读全文
posted @ 2023-04-15 17:42 Felix_Openmind 阅读(444) 评论(0) 推荐(0)
摘要: <a-tabs v-model:activeKey="activeKey" @change="clickTag"> <a-tab-pane key="1" tab="警情" v-if="tab01Visible" :forceRender="true"> <AssociatedElementsInf 阅读全文
posted @ 2023-04-15 17:39 Felix_Openmind 阅读(825) 评论(0) 推荐(1)
摘要: 业务效果图 核心代码 <template> <div class="select-container"> <a-modal v-model:visible="visible" @ok="handleOk" @cancel="handleCancel" width="1500px"> <templat 阅读全文
posted @ 2023-04-15 17:32 Felix_Openmind 阅读(953) 评论(0) 推荐(0)
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}