Skip to content

Commit

Permalink
fix: 删除多余文件
Browse files Browse the repository at this point in the history
  • Loading branch information
youme committed Apr 27, 2020
1 parent a843db0 commit 2e941b7
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 92 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
![](https://haosmart2.oss-cn-beijing.aliyuncs.com/hs11/2020/04/23/186469796253010952.png?Expires=1587626674&OSSAccessKeyId=LTAI4FiwW4vVNWhBxPdCBXq8&Signature=eArKFKv5qU7FIEBqLQcsjSqtrjc%3D)
<h1 align="center">Welcome to sweet-mind 👋</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.1-blue.svg?cacheSeconds=2592000" />
<a href="123" target="_blank">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
</a>
<a href="https://github.com/kefranabg/readme-md-generator/blob/master/LICENSE" target="_blank">
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
</a>
Expand Down
Binary file removed src/assets/logo.png
Binary file not shown.
87 changes: 0 additions & 87 deletions src/components/HelloWorld.vue

This file was deleted.

23 changes: 23 additions & 0 deletions src/components/Login.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!--
* @Description: 登录组件
* @Author: youme
* @LastEditors: youme
* @Date: 2020-04-24 09:50:09
* @LastEditTime: 2020-04-24 09:51:54
-->
<template>
<div></div>
</template>

<script>
export default {
data() {
return {
data: 1,
};
},
};
</script>

<style>
</style>
9 changes: 8 additions & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* @Description:
* @Author: youme
* @LastEditors: youme
* @Date: 2020-04-23 14:58:31
* @LastEditTime: 2020-04-24 13:03:18
*/
import Vue from 'vue';
import Router from 'vue-router';
import HelloWorld from '@/components/HelloWorld';
Expand All @@ -8,7 +15,7 @@ export default new Router({
routes: [
{
path: '/',
name: 'HelloWorld',
name: 'Login',
component: HelloWorld,
},
],
Expand Down

0 comments on commit 2e941b7

Please sign in to comment.