From f5a6785ae5a1d534047a1d35b3c43e6e8665acac Mon Sep 17 00:00:00 2001
From: queenwuli <942534046@qq.com>
Date: Fri, 15 Apr 2022 15:47:11 +0800
Subject: [PATCH] gx

---
 src/App.vue |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 4798cf9..363f3cc 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,21 +1,16 @@
 <template>
-  <Index></Index>
+  <router-view></router-view>
 </template>
 
 <script>
-import Index from './pages/index/index'
-
 export default {
-  name: 'App',
-  components: {
-    Index
-  }
+  name: 'App'
 }
 </script>
 
-<style>
+<style >
 #app {
-  font-family: Avenir, Helvetica, Arial, sans-serif;
+  font-family: ui-rounded,SF Pro Rounded,SF Pro Text,medium-content-sans-serif-font,-apple-system,BlinkMacSystemFont,ui-sans-serif,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   text-align: center;

--
Gitblit v1.9.1