chore: 规范化常量配置

This commit is contained in:
wangxuefeng
2025-03-05 18:30:41 +08:00
parent 261dd5bb67
commit eecc2b1893
13 changed files with 34 additions and 13 deletions

View File

@@ -1,4 +1,5 @@
import type { RouteRecordRaw } from 'vue-router';
import { Y_CODE_DESIGNER_URL } from '@/constants';
// 微前端路由
const moduleName = 'micro';
@@ -19,7 +20,7 @@ const routes: Array<RouteRecordRaw> = [
title: '低代码编辑器',
icon: 'ant-design:edit-outlined',
app: {
url: 'https://localhost:10011',
url: Y_CODE_DESIGNER_URL,
name: 'y-code-designer',
applicationId: 4,
// sync: true,