许成详 6 years ago
parent
commit
3a3451f092
4 changed files with 2 additions and 2 deletions
  1. BIN
      build/logo.png
  2. 2
    1
      index.html
  3. 0
    1
      src/App.vue
  4. BIN
      src/assets/logo.png

BIN
build/logo.png View File


+ 2
- 1
index.html View File

@@ -3,7 +3,8 @@
3 3
   <head>
4 4
     <meta charset="utf-8">
5 5
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
6
-    <title>spaceofcheng</title>
6
+    <link rel="stylesheet" href="//at.alicdn.com/t/font_775069_gqyqpakvbzi.css">
7
+    <title>城的空间</title>
7 8
   </head>
8 9
   <body>
9 10
     <div id="app"></div>

+ 0
- 1
src/App.vue View File

@@ -1,6 +1,5 @@
1 1
 <template>
2 2
   <div id="app">
3
-    <img src="./assets/logo.png">
4 3
     <router-view/>
5 4
   </div>
6 5
 </template>

BIN
src/assets/logo.png View File