ErrLookup › jeecgboot/JeecgBoot

jeecgboot/JeecgBoot

【低代码迈入v2.0时代,一句话即可生成整个系统】企业级AI低代码平台,一键生成前后端代码甚至整个系统。 AI Skills 一句话画流程、设计表单、生成报表、大屏。内置 AI应用平台涵盖:AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领AI低代码「Skills 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,解决 Java 项目 90% 重复工作,提高效率又不失灵活。 · Java · 1,651 source files

Analyzed at 96fb33f5ec on 2026-08-14. 264 documented errors.

Code / MessageTypeSeverityTags
appId or productName not found
exception error electron, build, config, yaml, ci
useDescription() can only be used inside setup() or function
exception error vue3, composition-api, setup, lifecycle, frontend
useDrawer() can only be used inside setup() or functional co
exception error vue3, composition-api, drawer, setup, lifecycle
useDrawerInner() can only be used inside setup() or function
exception error vue3, composition-api, drawer, setup, lifecycle
useModal() can only be used inside setup() or functional com
exception error vue3, composition-api, modal, setup, lifecycle
useTableContext must be used after createTableContext
exception error vue3, provide-inject, table, composition-api, frontend
【addComponent】不能使用"${type}"作为组件的name,因为这是关键字。
exception error vxe-table, component-registration, frontend, programming-error
【addComponent】组件"${type}"已存在
exception error vxe-table, component-registration, hmr, frontend, duplicate
[JVxeTable] ${$type} 组件尚未注册,获取增强失败
exception error vxe-table, component-registration, frontend, config-driven
sys.api.apiRequestFailed
exception error http, axios, response-transform, frontend, api
token无效
exception warning auth, token, online-cgform, share, frontend
请注意,将要排序的列字段不存在:${column}
validation error backend, mybatis-plus, query, sort, security, jeecg
未获取到用户
exception error backend, jwt, auth, security, jeecg
Illegal access to path outside of base directory.
validation critical backend, security, path-traversal, cwe-22, upload, jeecg
非法业务路径,禁止访问上传目录之外的路径: ${bizPath}
validation critical backend, security, path-traversal, cwe-22, upload, jeecg
Could not parse date, date format is error
validation error backend, date-parsing, spring, property-editor, jeecg
模板缺少参数:${item}
validation error backend, sms, validation, aliyun, jeecg
Specified file not found
exception error backend, file-download, io, jeecg
The file name can not null
validation error backend, file-download, validation, io, jeecg
非法存储路径,路径包含遍历字符: {storePath}
validation error security, path-traversal, cwe-22, file-download, validation
存储路径校验失败: {storePath}
exception error security, path-traversal, io, file-download, filesystem
不允许加载非 org.jeecg 包路径下的填值规则类: {ruleClass}
validation critical security, class-loading, cwe-470, reflection, fill-rule, rce
类 {ruleClass} 未实现 IFillRuleHandler 接口
validation error reflection, fill-rule, configuration, interface
{className} not found!
exception error reflection, class-loading, classpath, runtime-exception
url 不能为空
validation error http, rest, validation, precondition
method 不能为空
validation error http, rest, validation, precondition
请注意,值可能存在SQL注入风险!--->{value}
validation critical security, sql-injection, cwe-89, validation, blacklist
请注意,SQL中不允许含注释,有安全风险!
validation error security, sql-injection, cwe-89, validation, sql-comment, false-positive
请注意,值可能存在SQL注入风险---> \*.*\
validation error security, sql-injection, cwe-89, validation, sql-comment, regex
表名不合法,存在SQL注入风险!--->{table}
validation critical sql-injection, security, validation, jeecg-boot, database
字段不合法,存在SQL注入风险!--->{field}
validation critical sql-injection, security, validation, jeecg-boot, database
token不能为空!
exception error authentication, jwt, security, jeecg-boot, http-401
token非法无效!
exception error authentication, jwt, security, jeecg-boot, http-401
用户不存在!
exception error authentication, jwt, redis, session, jeecg-boot, http-401
账号已被锁定,请联系管理员!
exception error authentication, authorization, account-management, jeecg-boot, http-401
Token失效,请重新登录!
exception error authentication, jwt, session, token-expiry, jeecg-boot, http-401
数据源URL配置格式不正确!
validation error datasource, configuration, database, jeecg-boot, jdbc
动态数据源连接失败,dbKey:{dbKey}
exception error datasource, connection-pool, configuration, database, jeecg-boot
DaoFormat 是 minidao 保留关键字,不允许使用 ,请更改参数定义!
validation error freemarker, minidao, template, configuration, jeecg-boot
解析SQL模板异常
exception error freemarker, minidao, template, runtime, jeecg-boot
下载失败,存在非法文件类型:{suffix}
validation error file-upload, security, file-type, validation, jeecg-boot
上传失败,存在非法文件类型:{suffix}
validation error file-upload, security, file-type, validation, jeecg-boot
上传业务路径包含非法字符!
validation critical file-upload, path-traversal, security, validation, jeecg-boot
上传业务路径深度超出限制!
validation error file-upload, path-traversal, validation, configuration, jeecg-boot
文件路径包含非法字符
validation critical path-traversal, security, validation, file-download, jeecg-boot
非法URL:地址为空
validation warning ssrf, validation, url, security, download
非法URL:格式错误
validation warning ssrf, validation, url, uri, security
非法URL:仅允许 http / https 协议
validation error ssrf, validation, scheme, security, url
非法URL:主机名为空
validation error ssrf, validation, host, security, url, config
非法URL:禁止访问本机或链路本地地址 {hostAddress}
validation critical ssrf, loopback, link-local, security, cloud-metadata, critical
非法URL:主机名无法解析
validation error ssrf, dns, network, hostname, security
参数不能为空
validation error validation, null, number, assertion, utility
系统设置了安全规则,敏感表和敏感字段禁止查询,联系管理员授权!
exception error sql-injection, blacklist, security, sensitive-data, query
连接地址有安全风险,包含不安全参数【{unsafeParam}】
validation critical jdbc, rce, deserialization, security, datasource, critical
数据库驱动类名不能为空
validation error jdbc, validation, null, datasource, config
不支持的数据库驱动【{driverClassName}】,如需支持请联系管理员
validation error jdbc, whitelist, validation, datasource, security
token为空!
exception error shiro, jwt, authentication, token, unauthorized
Token非法无效!
exception error shiro, jwt, authentication, token, invalid-token
用户不存在!
exception error shiro, jwt, authentication, user, data-integrity
账号已被锁定,请联系管理员!
exception error shiro, jwt, authentication, account-locked, user-status
Token失效,请重新登录!
exception warning shiro, jwt, authentication, token-expiry, session, redis
登录租户授权变更,请重新登陆!
exception warning shiro, jwt, authentication, multi-tenant, tenant-authorization
无法获取请求上下文
exception error aop, signature, request-context, spring, async
Sign签名校验失败!
validation error signature, api-security, authentication, hmac, timestamp
Sign签名校验失败,请求参数不完整!
validation error signature, security, authentication, http-headers
签名验证失败,请求时效性验证失败!
validation error signature, security, timestamp, replay-protection
Sign签名校验失败!
validation error signature, security, authentication, md5, crypto
Sign签名校验失败:{message}
validation error signature, security, configuration, request-body
签名密钥 ${jeecg.signatureSecret} 缺少配置 !!
exception critical signature, security, configuration, properties
result.getMessage()
exception error airag, knowledge-base, vector-db, ai
知识库文档ID为空
exception error airag, knowledge-base, data-integrity, mybatis
请先添加变量或者记忆后再次重试!
exception warning airag, ai-app, validation, memory
调用大模型接口失败:
exception error airag, llm, ai, network, streaming
文件路径包含非法字符
validation critical security, path-traversal, cwe-22, airag, file-handling
调用java增强失败
exception error airag, excel, jimu, data-ingestion
删除AI知识库文档失败,不能删除其他租户的AI知识库文档!
validation critical security, multi-tenant, data-isolation, airag, authorization
不支持的文件格式:
validation warning airag, file-format, document-parsing, validation
发送消息失败,读取文件异常:
exception error airag, file-io, image-processing, upload
当前系统未配置默认图像模型,请前往yml中配置默认模型
exception error airag, ai, image-generation, configuration
非法文件路径,禁止访问上传目录之外的文件:
validation critical security, path-traversal, cwe-22, airag, image-processing
图片读取失败:
exception error airag, image-processing, file-io, error-handling
命令不能为空
validation error validation, command-execution, illegal-argument
命令参数包含非法字符,已拒绝执行:
validation error security, command-injection, validation, illegal-argument
文件路径包含非法字符,已拒绝处理:
validation error security, filename-injection, validation, illegal-argument
向量存储失败:
exception error vector-store, embedding, rag, configuration
网页URL格式不正确,请以http://或https://开头
validation error validation, url, web-parsing, rag
网页内容为空,请检查URL是否可访问
exception warning web-parsing, content-extraction, rag
网页解析失败:
exception error web-parsing, network, rag
请先上传文件
exception error validation, file-upload, rag, metadata
文件名包含非法字符,无法处理该文件
validation error security, filename-injection, command-injection, mineru, rag
文件路径包含非法字符
validation critical security, path-traversal, directory-traversal, rag
Path参数包含非法字符:
validation critical security, path-traversal, ssrf, plugin, url-injection
请上传zip压缩包
validation error validation, file-upload, zip, rag
解压文件数量超限,可能是zip bomb攻击
validation error security, zip-bomb, zip, dos-prevention, rag
解压总大小超限,可能是zip bomb攻击
validation error security, zip-bomb, zip, dos-prevention, rag
ZIP 路径穿越攻击被阻止:{entryName}
validation critical security, zip-slip, path-traversal, zip, rag
单个文件解压超限,可能是zip bomb攻击
validation error security, zip-bomb, zip, dos-prevention, rag
旁白生成失败,状态码: {statusCode}
exception error network, ai-api, video-generation, configuration, glm
edge-tts 执行失败,退出码: {exitCode}
exception error tts, edge-tts, subprocess, video, external-process, network
FFmpeg 合成失败,退出码: {exitCode}
exception error ffmpeg, subprocess, video, codec, external-process, io
语音生成异常: {message}
exception error tts, voice, io, network, wrapper
TTS API调用失败,状态码: {statusCode},{errorBody}
exception error tts, http, api, auth, network, rate-limit
下载word模版失败: {message}
exception error word, template, download, poi, controller
解析word模版失败: {message}
exception error word, parse, upload, poi, validation
生成word文档失败: {message}
exception error word, generate, template, poi, controller
生成word文档失败,请检查模版和数据是否正确
exception error word, poi-tl, template, render, configuration
生成Word模版失败: {message}
exception error word, poi, template, io, xwpf
非法文件路径,禁止访问上传目录之外的文件: {imageUrl}
validation error security, path-traversal, cwe-22, word, image, guard
添加图片异常: {message}
exception error word, image, poi, ssrf, io
未知方法: {method}
exception warning mcp, json-rpc, protocol, demo, validation
不支持的运算符: {op}
validation warning mcp, calculate, validation, demo
未知工具: {toolName}
validation warning mcp, tools, validation, demo
白名单校验未通过!
validation error security, sql-injection, whitelist, firewall, configuration
No principal was found in the response from the CAS server.
exception error cas, sso, auth, xml, configuration
XML parsing error: {exception}
exception error cas, xml, parsing, xxe, network
Unable to create XMLReader
exception error xml, sax, jaxp, configuration, classpath
被发送人不能为空
validation warning message, notification, validation, system
原始接口路径不能为空
validation warning openapi, validation, security, configuration
原始接口路径包含非法字符
validation warning openapi, url-validation, input-validation, ssrf
原始接口路径必须以 / 开头,或填写完整的 http(s) URL
validation warning openapi, url-validation, input-validation
原始接口路径不能以 // 或 /\ 开头
validation warning openapi, url-validation, ssrf, security
原始接口路径仅支持相对路径或 http(s) 完整URL
validation error openapi, url-validation, ssrf, security, input-validation
原始接口路径不允许嵌套 file/ftp/gopher/jar/netdoc 等协议
validation error openapi, url-validation, ssrf, security
原始接口路径不能包含 ..
validation error openapi, url-validation, path-traversal, security
IP[{ip}]不在白名单中,禁止访问
validation error openapi, ip-whitelist, auth, network, security
非法IPv4地址: {ip}
validation warning openapi, ip-whitelist, ipv4, input-validation
appkey为空
validation error openapi, auth, signature, input-validation
signature为空
validation error openapi, auth, signature, input-validation
timastamp时间戳为空
validation error openapi, auth, signature, input-validation
timastamp时间戳不合法
exception error openapi, auth, signature, timestamp, input-validation
signature签名已过期(超过五分钟)
exception error openapi, auth, signature, replay-protection, clock-skew
不存在认证信息
exception error openapi, auth, credentials, signature
appkey错误
exception error openapi, auth, credentials, signature
signature签名错误
exception error openapi, auth, signature, md5, credentials
该appKey未授权当前接口
exception error openapi, auth, authorization, permissions
上传文件失败!
exception error oss, file-upload, storage, configuration
创建定时任务失败
exception error quartz, scheduling, scheduler, configuration
${e.getMessage()}
exception error quartz, scheduling, classpath, configuration
后台找不到该类名:${jobClassName}
exception error quartz, scheduler, classloader, rce-prevention
删除定时任务失败
exception error quartz, scheduler, cleanup, diagnostics
非法的任务类名:${classname},仅允许 org.jeecg 包下的Job类
exception error quartz, rce-prevention, security, classloader
非法的任务类:${classname},必须实现 org.quartz.Job 接口
exception error quartz, rce-prevention, security
导入Excel校验失败 !
exception warning excel, import, autopoi, validation
消息模板不存在,模板编码:${templateCode}
exception error message, template, announcement
发送消息失败,消息内容为空!
exception error message, template, freemarker, validation
流程ID不能为空
exception error airag, flow, validation
该编码【${pcode}】不存在,请核实!
exception error category, tree, dictionary, validation
该编码【${pcode}】存在多个,请核实!
exception error category, tree, data-integrity, dictionary
${e.getMessage()}
exception error upload, security, file-type, path-traversal
非法业务路径,禁止访问上传目录之外的路径: ${bizPath}
exception error upload, security, path-traversal, cwe-22
当前子公司/部门下存在子级,无法变更为岗位!
exception error department, org-tree, validation, hierarchy
当前父级为部门或岗位,无法变更为子公司!
exception error department, org-tree, validation, hierarchy
当前子级存在子公司,无法变更为部门!
exception error department, org-tree, validation, hierarchy
当前选择职级的职务等级为空,请前往职务管理进行修改!
exception error department, position, data-integrity, legacy-data
当前所选部门数据为空
exception warning jeecg-boot, department, null-check, business-exception
编码长度必须能被固定位数整除
exception error jeecg-boot, org-code, validation, illegal-argument
被拖拽的部门不存在
exception error jeecg-boot, department, drag-drop, null-check, business-exception
目标部门不存在
exception error jeecg-boot, department, drag-drop, null-check, business-exception
无效的拖拽位置
exception error jeecg-boot, department, drag-drop, invalid-input, runtime-exception
不能拖拽到自身
exception warning jeecg-boot, department, drag-drop, validation, self-reference
不能拖拽到自身子部门
exception warning jeecg-boot, department, drag-drop, cycle-prevention, validation
当前部门类型为【${DepartCategoryEnum.getNameByValue(oldOrgCategory)}
exception warning jeecg-boot, department, drag-drop, business-rule, category-validation
岗位不允许存在子级
exception warning jeecg-boot, department, drag-drop, business-rule, leaf-node
公司不允许作为子级
exception warning jeecg-boot, department, drag-drop, business-rule, root-level
查询异常,请检查唯一校验的配置!
exception error jeecg-boot, dictionary, mybatis, sql-error, duplicate-check
字典数据不存在
exception error jeecg-boot, dictionary, null-check, business-exception
未找到菜单信息
exception error jeecg-boot, permission, menu, null-check, business-exception
admin角色,不允许删除!
exception critical jeecg-boot, role, admin-protection, security, business-exception
操作失败,实体为空!
exception error jeecg-boot, whitelist, null-check, validation, entity
操作失败,表名不能为空!
exception error jeecg-boot, whitelist, validation, required-field, entity
操作失败,字段名不能为空!
exception error jeecg-boot, whitelist, validation, required-field, entity
[白名单] 表名已存在,但是已被禁用,请先启用!tableName={tableName}
exception warning whitelist, state-conflict, jeecg-boot, business-rule
你不是当前租户的组织账户管理员或超级管理员,无法进行此操作!
exception error authorization, tenant, rbac, jeecg-boot
当前用户不存在,请核对手机号
exception error tenant, invitation, user-lookup, jeecg-boot
手机号用户:{phone} 昵称:{realname},{tenantErrorInfo}
exception warning tenant, invitation, state-conflict, jeecg-boot
管理员已拒绝您加入租户,请联系租户管理员
exception warning tenant, authorization, state-conflict, jeecg-boot
您已是该租户成员{msg}
exception warning tenant, state-conflict, jeecg-boot
assignedOwen
exception warning tenant, control-flow, ownership, jeecg-boot, code-smell
cancelTenant
exception warning tenant, control-flow, ownership, jeecg-boot, code-smell
退出租户失败,租户信息已不存在
exception error tenant, data-integrity, jeecg-boot
退出租户失败,不存在此租户
exception error tenant, validation, ownership, jeecg-boot
退出租户失败,此租户下没有该用户
exception error tenant, validation, ownership, jeecg-boot
您不是当前组织的管理员,无法删除用户!
exception error authorization, tenant, user-deletion, rbac, jeecg-boot
用户没有离职,不允许删除!
exception error tenant, user-deletion, business-rule, state-conflict, jeecg-boot
用户尚有未退出的组织,无法删除!
exception error tenant, user-deletion, business-rule, referential-integrity, jeecg-boot
您不是该用户的创建人,无法删除!
exception error authorization, user-deletion, business-rule, jeecg-boot
该用户不存在,无法删除!
exception error user-deletion, null-check, concurrency, jeecg-boot
用户不是今天创建的,无法删除!
exception error user-deletion, business-rule, time-based, jeecg-boot
您输入的密码不正确,无法删除该用户!
exception error authentication, tenant, user-management, password
您不是当前组织的创建者,无法删除用户!
exception error authorization, tenant, user-management, permission
该用户还存在于其它组织中,无法删除用户!
exception error tenant, user-management, data-integrity
该敲敲云账号已被其它第三方账号绑定,请解绑或绑定其它敲敲云账号
exception error authentication, third-party-binding, oauth, account
账号绑定失败,请稍后重试
exception error authentication, third-party-binding, data-integrity
{realnames}已存在该职位中
exception warning user-position, validation, duplicate
离职失败,该用户已不存在
exception error user-management, tenant, validation
离职失败,租户不存在
exception error tenant, context, user-management
admin用户,不允许删除!
exception error user-management, admin, protection, validation
请填写原手机号!
exception warning validation, phone, input-validation
请填写验证码!
exception warning validation, phone, sms, input-validation
500
原手机号不匹配,无法修改密码!
exception error phone, validation, user-management
40002
短信接口请求太多,请稍后再试!
exception warning sms, rate-limit, ip-blacklist, jeecg-boot
500
租户数据为空
exception warning tenant, input-validation, multi-tenant, jeecg-boot
500
请查看应用key和应用秘钥是否正确,组织ID是否匹配
exception error dingtalk, oauth2, third-party-login, configuration, jeecg-boot
500
租户不存在!
exception error wechat-enterprise, oauth, multi-tenant, authentication, jeecg-boot
生成验证码图片失败
exception error captcha, imageio, headless, servlet, jeecg-boot
生成验证码base64失败
exception error captcha, base64, imageio, headless, jeecg-boot
jobinfo_glue_jobid_invalid
jobinfo_glue_jobid_invalid
exception error xxl-job, glue, job-management, validation, i18n
jobinfo_glue_gluetype_invalid
jobinfo_glue_gluetype_invalid
exception error xxl-job, glue, job-management, validation, i18n
jobgroup_empty
jobgroup_empty
exception error xxl-job, job-group, permissions, executor, i18n
jobgroup_empty
jobgroup_empty
exception error xxl-job, job-group, permissions, job-log, i18n
jobinfo_field_id
jobinfo_field_id + system_invalid
exception error xxl-job, job-log, validation, i18n
joblog_logid_invalid
joblog_logid_invalid
exception error xxl-job, job-log, validation, log-retention, i18n
Invalid expression has too many terms: {expression}
exception error cron, quartz, scheduling, xxl-job, validation
Support for specifying 'L' with other days of the week is no
exception error cron, quartz, scheduling, xxl-job, day-of-week
Support for specifying multiple "nth" days is not implemente
exception error cron, quartz, scheduling, xxl-job, day-of-week
Unexpected end of expression.
exception error cron, quartz, scheduling, xxl-job, validation
Support for specifying both a day-of-week AND a day-of-month
exception error cron, quartz, scheduling, xxl-job, day-of-week, day-of-month
Illegal cron expression format ({e})
exception error cron, xxl-job, parse-error, validation, scheduler
Invalid Month value: '{sub}'
exception error cron, xxl-job, month-field, validation, parse-error
Invalid Day-of-Week value: '{sub}'
exception error cron, xxl-job, day-of-week, validation, parse-error
A numeric value between 1 and 5 must follow the '#' option
exception error cron, xxl-job, day-of-week, nth-occurrence, validation, parse-error
Illegal characters for this position: '{sub}'
exception error cron, xxl-job, field-validation, validation, parse-error
Illegal character after '?': {s.charAt(i)}
exception error cron, xxl-job, wildcard, validation, parse-error
'?' can only be specified for Day-of-Month or Day-of-Week.
exception error cron, xxl-job, wildcard, field-validation, parse-error
'?' can only be specified for Day-of-Month -OR- Day-of-Week.
exception error cron, xxl-job, day-field, wildcard, validation, parse-error
'/' must be followed by an integer.
exception error cron, xxl-job, step-operator, validation, parse-error
Unexpected end of string.
exception error cron, xxl-job, step-operator, validation, parse-error
'L' not expected in seconds, minutes or hours fields.
exception error cron, xxl-job, last-modifier, field-validation, parse-error
Offset from last day must be <= {MAX_LAST_DAY_OFFSET}
exception error cron, xxl-job, last-modifier, day-of-month, validation, parse-error
Unexpected character: {c}
exception error cron, xxl-job, syntax-error, validation, parse-error
Increment >= 60 : {incr}
exception error cron, xxl-job, step-operator, seconds, minutes, validation, parse-error
Increment >= 24 : {incr}
exception error cron, xxl-job, step-operator, hours, validation, parse-error
Increment >= 31 : {incr}
exception error cron, xxl-job, step-operator, day-of-month, validation, parse-error
Increment >= 7 : {incr}
exception error cron, xxl-job, step-operator, day-of-week, validation, parse-error
Increment >= 12 : {incr}
exception error cron, xxl-job, step-operator, month-field, validation, parse-error
Day-of-Week values must be between 1 and 7
exception error cron, validation, scheduling, xxljob, parse
'L' option is not valid here. (pos=${i})
validation error cron, validation, scheduling, xxljob, parse
'W' option is not valid here. (pos=${i})
validation error cron, validation, scheduling, xxljob, parse
The 'W' option does not make sense with values larger than 3
validation error cron, validation, scheduling, xxljob, parse
'#' option is not valid here. (pos=${i})
validation error cron, validation, scheduling, xxljob, parse
Unexpected character '${c}' after '/'
validation error cron, validation, scheduling, xxljob, parse
Minute and Second values must be between 0 and 59
validation error cron, validation, scheduling, xxljob, parse
Hour values must be between 0 and 23
validation error cron, validation, scheduling, xxljob, parse
Day of month values must be between 1 and 31
validation error cron, validation, scheduling, xxljob, parse
Month values must be between 1 and 12
validation error cron, validation, scheduling, xxljob, parse
Start year must be less than stop year
validation error cron, validation, scheduling, xxljob, parse, illegal-argument
Illegal month number: ${monthNum}
exception error cron, scheduling, xxljob, runtime, illegal-argument, defensive
system_permission_limit
system_permission_limit[username=${userName}]
exception error permission, authorization, sso, xxljob, security, runtime
未找到对应实体
exception error jeecg-boot, crud, template, tree, runtime, generated-code
该编码【${parentCode}】不存在,请核实!
exception error jeecg-boot, crud, template, tree, runtime, generated-code, query
该编码【${parentCode}】存在多个,请核实!
exception error jeecg, code-generator, tree, data-integrity, freemarker, java, online-cgform
提交任务失败
exception error vue3, airag, ai-video, api-contract, async, typescript
地址错误, 配置ID不存在!
exception error vue3, online-cgform, routing, config, setup-guard, typescript
token不存在~
exception error vue3, online-cgform, auth, token, setup-guard, url-form, typescript
地址错误, 配置ID不存在!
exception error vue3, online-cgform, routing, config, setup-guard, url-form, typescript
token不存在~
exception error vue3, online-cgform, auth, token, setup-guard, url-form, detail, typescript
地址错误, 配置ID不存在!
exception error vue3, online-cgform, routing, config, setup-guard, url-form, detail, typescript
token不存在~
exception error vue3, online-cgform, auth, token, setup-guard, url-form, edit, typescript
地址错误, 配置ID不存在!
exception error vue3, online-cgform, routing, config, setup-guard, url-form, edit, typescript
地址错误, 配置ID不存在!
exception error vue3, online-cgform, erp, routing, config, setup-guard, typescript
地址错误, 配置ID不存在!
exception error vue3, online-cgform, inner-table, routing, config, setup-guard, typescript
地址错误, 配置ID不存在!
exception error vue3, online-cgform, tab, routing, config, setup-guard, typescript
地址错误, 配置ID不存在!
exception error vue3, online-cgform, tree, routing, config, setup-guard, typescript
未知操作: ${operation}
exception error python, rag, llm-tool, validation, airag