소스 검색

去掉默认描述和标题

郑国榕 8 년 전
부모
커밋
5b3acfe7a6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      webapp/src/vuex/editor/index.js

+ 2 - 2
webapp/src/vuex/editor/index.js

@@ -9,8 +9,8 @@ const state = {
   }, // 正在编辑的页面
   themeList: [], // 用户所有主题列表
   editorTheme: {
-    title: '蓝月亮',
-    description: '蓝月亮',
+    title: '',
+    description: '',
     canvasHeight: 504
   }, // 正在编辑的主题
   picList: [] // 图片列表