From a53ece5036c1fa61a63fe5f9e0cd3519210ab928 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 07 Aug 2026 09:44:27 +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