fix(oa): 修复多处 Duplicate attribute 错误问题
- 修改 app/components/oa/TaskForm.vue 中 a-input 类型冲突为 a-input-number - 合并 admin/supply/warehouse.vue 和 production/equipment.vue 中多个 :class 绑定,避免重复属性 - 统一改为数组方式绑定静态和动态 class,防止 Vue 编译器 Duplicate attribute 警告 - 清理缓存并验证构建通过,确保无重复属性错误 - 通过扫描确认 app/ 目录下 Vue 文件不再存在重复属性问题 - 添加 OaTaskForm 组件类型声明及懒加载声明 - 将 ERP 演示独立 HTML 页面整合至 /app/pages,统一布局与导航 - 升级制造业管理后台页面风格,采用玻璃态和渐变设计 - 修订规划文档相关内容,更新 DEMO 系统名称及功能模块描述 - 修改 ecosystem.config.cjs 中运行端口为 10591
This commit is contained in:
@@ -2675,7 +2675,7 @@ const _xcUbjOGHb1DY_0q4vboOUFGJ6nlkQiqabJRmCaoRlCA = defineNitroPlugin(async (ni
|
||||
const localeSegment = detector.route(event.path);
|
||||
const pathLocale = isSupportedLocale(localeSegment) && localeSegment || void 0;
|
||||
const path = (pathLocale && url.pathname.slice(pathLocale.length + 1)) ?? url.pathname;
|
||||
if (!url.pathname.includes("/_i18n/DlSAXLC0") && !isExistingNuxtRoute(path)) {
|
||||
if (!url.pathname.includes("/_i18n/7dqJCt8a") && !isExistingNuxtRoute(path)) {
|
||||
return;
|
||||
}
|
||||
const resolved = resolveRedirectPath(event, path, pathLocale, ctx.vueI18nOptions.defaultLocale, detector);
|
||||
@@ -2777,7 +2777,22 @@ _xcUbjOGHb1DY_0q4vboOUFGJ6nlkQiqabJRmCaoRlCA,
|
||||
_gQl57XluY2XVUox11CYu2DV1u08gyx_aML83r_h8XmU
|
||||
];
|
||||
|
||||
const assets = {};
|
||||
const assets = {
|
||||
"/index.mjs": {
|
||||
"type": "text/javascript; charset=utf-8",
|
||||
"etag": "\"26fc2-ygDl+V7YYMJ0mSpU5AmaYP4FFyY\"",
|
||||
"mtime": "2026-04-09T03:56:59.765Z",
|
||||
"size": 159682,
|
||||
"path": "index.mjs"
|
||||
},
|
||||
"/index.mjs.map": {
|
||||
"type": "application/json",
|
||||
"etag": "\"9d6e0-8lbM8D6Iv8mk+QKpLLL+TYaN4qU\"",
|
||||
"mtime": "2026-04-09T03:56:59.767Z",
|
||||
"size": 644832,
|
||||
"path": "index.mjs.map"
|
||||
}
|
||||
};
|
||||
|
||||
function readAsset (id) {
|
||||
const serverDir = dirname$1(fileURLToPath(globalThis._importMeta_.url));
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user