From e00da17ae2adaecf1cdf2d5128e357a50607bc90 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 27 Feb 2026 08:40:37 +0800
Subject: [PATCH] feat: 权限获取调整

---
 applications/drone-command/src/router/page/index.js |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/applications/drone-command/src/router/page/index.js b/applications/drone-command/src/router/page/index.js
index 14400b3..83732a7 100644
--- a/applications/drone-command/src/router/page/index.js
+++ b/applications/drone-command/src/router/page/index.js
@@ -12,6 +12,26 @@
       isAuth: false,
     },
   },
+  // {
+  //   path: '/demo',
+  //   name: 'demo',
+  //   component: import('@/views/audioCall.vue'),
+  //   meta: {
+  //     keepAlive: true,
+  //     isTab: false,
+  //     isAuth: false,
+  //   },
+  // },
+	{
+		path: '/logInByUser',
+		name: '按用户登录',
+		component: () => import('@/page/login/loginByUser.vue'),
+		meta: {
+			keepAlive: false,
+			isTab: false,
+			isAuth: false,
+		},
+	},
   {
     path: '/oauth/redirect/:source',
     name: '第三方登录',

--
Gitblit v1.9.3