diff --git a/src/assets/data.js b/src/assets/data.js new file mode 100644 index 0000000..df05b4d --- /dev/null +++ b/src/assets/data.js @@ -0,0 +1,4 @@ +// 假数据 + +// 1.归属平台 +export const MediaPlatList = ['微信', '微博', '抖音', '今日头条', '小红书', '其他']; \ No newline at end of file diff --git a/src/views/DisposalSuggestions/index.vue b/src/views/DisposalSuggestions/index.vue index 9742522..c2210d3 100644 --- a/src/views/DisposalSuggestions/index.vue +++ b/src/views/DisposalSuggestions/index.vue @@ -46,6 +46,7 @@ + +