Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
实测线上生产环境会报错, 本地生产环境不会
vite build编译时压缩代码 / 优化, 如果不更改会报错
线上报错日志

VM3799 user.DWwFdK0l.js:4 Uncaught (in promise) ReferenceError: Cannot access 'ee' before initialization
at VM3799 user.DWwFdK0l.js:4:1706
at setup (VM3799 user.DWwFdK0l.js:4:1728)
at ys (vue.runtime.esm-bundler.CZzCD5CJ.js:10:29982)
at vue.runtime.esm-bundler.CZzCD5CJ.js:10:75977
at ra (vue.runtime.esm-bundler.CZzCD5CJ.js:10:76157)
at L (vue.runtime.esm-bundler.CZzCD5CJ.js:10:56161)
at M (vue.runtime.esm-bundler.CZzCD5CJ.js:10:56055)
at y (vue.runtime.esm-bundler.CZzCD5CJ.js:10:53105)
at et.l [as fn] (vue.runtime.esm-bundler.CZzCD5CJ.js:10:57178)
at et.run (vue.runtime.esm-bundler.CZzCD5CJ.js:10:23596)
线上报错js文件
点击报错跳转在116行代码处
报错.js
BUG效果无法发送获取角色列表的请求, 导致数据为空无法分配角色
