From 89380e6260a75d1d3b94de687ebcc2f50d50659d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Feb 2026 15:44:33 +0800
Subject: [PATCH] feat:环境变量配置调整
---
applications/drone-command/src/router/views/index.js | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/applications/drone-command/src/router/views/index.js b/applications/drone-command/src/router/views/index.js
index 3d28779..e155b30 100644
--- a/applications/drone-command/src/router/views/index.js
+++ b/applications/drone-command/src/router/views/index.js
@@ -3,18 +3,17 @@
export default [
{
- path: '/wel',
- component: () =>
- Store.getters.isMacOs ? import('@/mac/index.vue') : import('@/page/index/index.vue'),
- redirect: '/wel/index',
+ path: '/dataCockpit',
+ component: Layout,
+ redirect: '/dataCockpit/index',
children: [
{
path: 'index',
- name: '个人工作台',
+ name: '数据驾驶舱',
meta: {
i18n: 'dashboard',
},
- component: () => import(/* webpackChunkName: "views" */ '@/views/wel/index.vue'),
+ component: () => import(/* webpackChunkName: "views" */ '@/views/dataCockpit/index.vue'),
},
],
},
--
Gitblit v1.9.3