From 0acfbaaa37bc80abfb4e3c1468756200f9a7e935 Mon Sep 17 00:00:00 2001
From: hejianhao <15708179461@qq.com>
Date: 星期三, 08 一月 2025 14:19:23 +0800
Subject: [PATCH] request签名,路由拦截,登录页接口

---
 src/App.vue |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 446be87..3ba7bd0 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -5,7 +5,8 @@
 </template>
 
 <script>
-
+import './utils/app.css'
+import './utils/basics.less'
 export default {
   name: "app",
   components: {
@@ -23,4 +24,17 @@
 };
 </script>
 
-<style lang='less'></style>
+<style lang='less'>
+::-webkit-scrollbar {
+  display: none;
+}
+
+html,
+body,
+#app {
+  height: 100%;
+  margin: 0;
+  padding: 0;
+  background-color: rgb(245, 245, 245);
+}
+</style>

--
Gitblit v1.7.1