Browse Source

测试数据删除

luolei 5 năm trước cách đây
mục cha
commit
d35d37348a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/common/HomePage.vue

+ 2 - 2
src/common/HomePage.vue

@@ -15,8 +15,8 @@ export default {
   props:['showStart'],
   data(){
     return {
-      title:'sdsdsd',
-      description:'sdsds',
+      title:'',
+      description:'',
       show:this.showStart,
       num:5
     }