From 8035ea0767a7a21651a911957b708343c79be1d6 Mon Sep 17 00:00:00 2001
From: MiLla <18826902282@163.com>
Date: Sat, 6 Jul 2024 07:50:19 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BA=AF=E7=BB=84=E7=BB=87=E7=AE=A1=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/HelloWorld.vue | 10 ++++++++++
src/router/authentication.js | 6 +++---
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue
index e69de29..53bd1c3 100644
--- a/src/components/HelloWorld.vue
+++ b/src/components/HelloWorld.vue
@@ -0,0 +1,10 @@
+
+
+
+
+
+
diff --git a/src/router/authentication.js b/src/router/authentication.js
index 44f35d7..4554e5f 100644
--- a/src/router/authentication.js
+++ b/src/router/authentication.js
@@ -1,6 +1,6 @@
-import authentication_main from '../views/authentication/authentication_main.vue'
-import register from '../views/authentication/authentication_register.vue'
-import authentication_login from "../views/authentication/authentication_login.vue";
+// import authentication_main from '../views/authentication/authentication_main.vue'
+// import register from '../views/authentication/authentication_register.vue'
+// import authentication_login from "../views/authentication/authentication_login.vue";
export default [
// { path: '/main', component: authentication_main },
// { path: '/login', component: authentication_login },