- 即时发布
- 定时发布
- {{ mulitText }}
+ 新增
+ 编辑
+ 上传
+
+
+
+
+
+ 上传历史
+ {{ mulitText }}
+
+
-
-
-
-
@@ -34,7 +30,6 @@ export default {
components: { ThemeGalleryList },
data() {
return {
- activeName: '1',
mulitText: '多选',
isMultiSelected: false,
showItemInfo: true
@@ -51,44 +46,44 @@ export default {
} else {
this.mulitText = '多选'
}
- },
- publishHandle(index) {
- this.$router.push(
- {
- path: '/release', query: { tag: index }
- }
- )
}
}
}
diff --git a/src/views/components/ThemeGalleryList.vue b/src/views/components/ThemeGalleryList.vue
index c6e05e3..34d98c5 100644
--- a/src/views/components/ThemeGalleryList.vue
+++ b/src/views/components/ThemeGalleryList.vue
@@ -1,16 +1,37 @@