更新命名问题

This commit is contained in:
2025-06-25 11:52:01 +08:00
parent 9f374011ae
commit 6b78ee29cf
57 changed files with 3295 additions and 1288 deletions
+3 -3
View File
@@ -3,8 +3,8 @@
{block name="breadcrumb"}
<span class="layui-breadcrumb">
<a href="http://www.meteteme.com/" target="_blank">江苏美天科技</a>
<a href="/business/index/nav">
<cite>CRM</cite>
<a href="/application/nav/index">
<cite>应用</cite>
</a>
<a>
<cite>供应商管理</cite>
@@ -286,7 +286,7 @@
shadeClose: true,
shade: 0.8,
area: ['70%', '90%'], // 宽高
content: '/business/supplier/view/id/' + id,
content: '/business/supplier/view?id=' + id,
});
}
});