瀏覽代碼

去掉默认描述和标题

郑国榕 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: [] // 图片列表