导致JS增强出错;
例如 `src/components/lowDesign/src/lowTable/index.vue` 中 `const routes = useRouter()`
应该就是在生产模式下被剔除了,导致JS增强中使用routes变量会抛出 `routes is not defined`
项目:JeeLowCode
导致JS增强出错;
例如 `src/components/lowDesign/src/lowTable/index.vue` 中 `const routes = useRouter()`
应该就是在生产模式下被剔除了,导致JS增强中使用routes变量会抛出 `routes is not defined`
我正在参加 Gitee 2025 最受欢迎的年度开源软件投票活动,请为 JeeLowCode 投上宝贵一票。
点击我进入投票,谢谢!
收到,这边先看一下