摘要: Vue2 多环境配置:https://www.cnblogs.com/vipsoft/p/16696640.html 一般可以使用 Jenkins 对配置 .env.development、.env.production,不同的环境进行构建 在没有 CI/CD 的情况下。Vue 项目的打包变得繁琐。 阅读全文
posted @ 2025-08-26 16:39 VipSoft 阅读(50) 评论(0) 推荐(0)
摘要: Unknown series wordCloud 缺少引用: import "echarts-wordcloud"; https://ecomfe.github.io/echarts-wordcloud/ https://www.npmjs.com/package/echarts-wordcloud 阅读全文
posted @ 2025-08-26 14:12 VipSoft 阅读(69) 评论(0) 推荐(0)
摘要: 由于 wss://echo.websocket.org 不支持STOMP协议,改用原生WebSocket API 这个地址可以用来测试,wss://echo.websocket.org/ws 最终效果 代码如下: <template> <div class="app-container"> <el- 阅读全文
posted @ 2025-08-26 11:37 VipSoft 阅读(83) 评论(0) 推荐(0)
摘要: const { IsSuperAdmin } = useUserStore().userInfo; /** * 获取后台动态路由数据,解析并注册到全局路由 * * @returns Promise<RouteRecordRaw[]> 解析后的动态路由列表 */ function generateRo 阅读全文
posted @ 2025-08-26 10:00 VipSoft 阅读(213) 评论(0) 推荐(0)