|
@@ -60,12 +60,12 @@
|
|
import Dialog from '@/components/Dialog/index.vue'
|
|
import Dialog from '@/components/Dialog/index.vue'
|
|
import Upload from '@/components/Upload/index.vue'
|
|
import Upload from '@/components/Upload/index.vue'
|
|
import { submitThree, detail } from '@/api/operation/tag'
|
|
import { submitThree, detail } from '@/api/operation/tag'
|
|
-import { platformMixin, isFreeMixin, channelMixin, audioMixin } from '@/mixin/index'
|
|
|
|
|
|
+import { platformMixin, isFreeMixin, audioMixin } from '@/mixin/index'
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
Upload, Dialog
|
|
Upload, Dialog
|
|
},
|
|
},
|
|
- mixins: [platformMixin, isFreeMixin, channelMixin, audioMixin],
|
|
|
|
|
|
+ mixins: [platformMixin, isFreeMixin, audioMixin],
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
// 表单
|
|
// 表单
|