chore: 规范化常量配置
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user