chore: 统一包名为 y-code 前缀

This commit is contained in:
wangxuefeng
2025-03-05 14:19:52 +08:00
parent 3dabfbd3be
commit 4f920b0ac2
12 changed files with 16 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ const routes: Array<RouteRecordRaw> = [
icon: 'ant-design:edit-outlined',
app: {
url: 'https://localhost:10011',
name: 'low-code-designer',
name: 'y-code-designer',
// sync: true,
// alive: true,
// degrade: true,
@@ -38,7 +38,7 @@ const routes: Array<RouteRecordRaw> = [
icon: 'ant-design:eye-outlined',
app: {
url: 'https://localhost:10010',
name: 'low-code-renderer',
name: 'y-code-renderer',
// sync: true,
// alive: true,
degrade: true,