From 1b3a3976d7138baa51eac86aeb4a9c1881d10091 Mon Sep 17 00:00:00 2001
From: mason369 <1960638223@qq.com>
Date: Sun, 15 Jan 2023 21:53:50 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0=E7=99=BB=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package-lock.json | 4 +-
package.json | 2 +-
public/index.html | 1 +
src/components/Login.vue | 81 +++++++++++++++++++++++++++++++--------
src/components/TopBar.vue | 33 +++++++++++++++-
src/request/api.js | 6 +++
src/router/routes.js | 2 +-
src/views/Home.vue | 1 -
vue.config.js | 3 +-
9 files changed, 107 insertions(+), 26 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index eb5ac5c..a33489a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "knock-ding-yanxuan",
- "version": "1.2.0",
+ "version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "knock-ding-yanxuan",
- "version": "1.2.0",
+ "version": "1.0.0",
"dependencies": {
"axios": "^1.2.2",
"core-js": "^3.8.3",
diff --git a/package.json b/package.json
index 3a1c07a..0ff5791 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "knock-ding-yanxuan",
- "version": "1.2.0",
+ "version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
diff --git a/public/index.html b/public/index.html
index 3e5a139..e2475c8 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,6 +6,7 @@
<%= htmlWebpackPlugin.options.title %>
+