浏览代码

去掉默认描述和标题

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