Skip to content

Commit cb53bfe

Browse files
author
lizl6
committed
update
1 parent 9a02489 commit cb53bfe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ npm run build-dist:win
6363

6464
# 截图
6565

66+
## 首页
67+
68+
![image-20220919144743393](https://imgbd.r-xnoro.com//image-20220919144743393.png)
69+
6670
## 中文/ASCii编码
6771

6872
![image-20220913152703258](https://imgbd.r-xnoro.com//image-20220913152703258.png)

src/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const app = {
4242
methods: {
4343
to(name) {
4444
let route = getRoute(name, this.routes)
45-
console.info(route);
4645
if(undefined == route || '' == route) return;
4746
this.title = route.title;
4847
this.see = (undefined != route.title && '' != route.title)

0 commit comments

Comments
 (0)