前后端登录注册连接成功

Change-Id: Ib5f9282fe7217b3363e542ce5c4e1c0d32619dcb
diff --git a/src/App.vue b/src/App.vue
index cfa631b..787103e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,36 +1,36 @@
-<template>
-  <div id="app">
-    <router-view />
-  </div>
-</template>
-
-<script>
-export default {
-  name: 'App'
-}
-</script>
-
-<style>
-#app {
-  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
-  margin: 0;
-  padding: 0;
-  height: 100vh;
-  width: 100%;
-}
-
-* {
-  margin: 0;
-  padding: 0;
-  box-sizing: border-box;
-}
-
-body {
-  margin: 0;
-  padding: 0;
-  height: 100vh;
-  overflow-x: hidden;
-}
-</style>
+<template>

+  <div id="app">

+    <router-view />

+  </div>

+</template>

+

+<script>

+export default {

+  name: 'App'

+}

+</script>

+

+<style>

+#app {

+  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;

+  -webkit-font-smoothing: antialiased;

+  -moz-osx-font-smoothing: grayscale;

+  margin: 0;

+  padding: 0;

+  height: 100vh;

+  width: 100%;

+}

+

+* {

+  margin: 0;

+  padding: 0;

+  box-sizing: border-box;

+}

+

+body {

+  margin: 0;

+  padding: 0;

+  height: 100vh;

+  overflow-x: hidden;

+}

+</style>