使用 saber3 和 springboot 版本结合 利用框架带的代码生成器生成的代码菜单进入页面的时候报错

Blade 未结 2 138
382138516
382138516 剑圣 2025-07-10 11:50

一、该问题的重现步骤是什么?

1. 您可以自己用代码生成器生成一个例子试试  代码风格选择 saber3

image.png


二、你期待的结果是什么?实际看到的又是什么?


期待给出结果 ,是什么影响了会报这个错误 , 怎么解决

三、你正在使用的是什么产品,什么版本?在什么操作系统上?

saber3 和 springboot  windows10操作系统

四、请提供详细的错误堆栈信息,这很重要。

image.png

五、若有更多详细信息,请在下面提供。

image.png


image.png

2条回答
  • 2025-07-10 11:55

    TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them    at Function.invokeGetter (<anonymous>:3:28)    at app.config.errorHandler (http://localhost:2888/src/error.js?t=1752118821551:12:9)    at callWithErrorHandling (http://localhost:2888/node_modules/.vite/deps/chunk-7PYUCYS5.js?v=da2cac46:2480:19)    at handleError (http://localhost:2888/node_modules/.vite/deps/chunk-7PYUCYS5.js?v=da2cac46:2527:7)    at callWithErrorHandling (http://localhost:2888/node_modules/.vite/deps/chunk-7PYUCYS5.js?v=da2cac46:2482:5)    at callWithAsyncErrorHandling (http://localhost:2888/node_modules/.vite/deps/chunk-7PYUCYS5.js?v=da2cac46:2487:17)    at baseWatchOptions.call (http://localhost:2888/node_modules/.vite/deps/chunk-7PYUCYS5.js?v=da2cac46:7412:47)    at ReactiveEffect.getter [as fn] (http://localhost:2888/node_modules/.vite/deps/chunk-7PYUCYS5.js?v=da2cac46:1468:29)    at ReactiveEffect.run (http://localhost:2888/node_modules/.vite/deps/chunk-7PYUCYS5.js?v=da2cac46:1772:23)    at job (http://localhost:2888/node_modules/.vite/deps/chunk-7PYUCYS5.js?v=da2cac46:1517:32)

    0 讨论(0)
  • 2025-07-10 13:54

    已解决,通过升级avue和ele最新版即可

    0 讨论(0)
代码语言
提交回复