Bladeren bron

定制频道

DESKTOP-O04BTUJ\muzen 2 jaren geleden
bovenliggende
commit
9d50948f17
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      src/views/operation/channel/detail.vue

+ 2 - 2
src/views/operation/channel/detail.vue

@@ -60,9 +60,9 @@
 import Dialog from '@/components/Dialog/index.vue'
 import Dialog from '@/components/Dialog/index.vue'
 import Upload from '@/components/Upload/index'
 import Upload from '@/components/Upload/index'
 import { channelDetail, edit } from '@/api/operation/channel'
 import { channelDetail, edit } from '@/api/operation/channel'
-import { platformMixin, isFreeMixin, channelMixin } from '@/mixin/index'
+import { platformMixin, isFreeMixin } from '@/mixin/index'
 export default {
 export default {
-  mixins: [platformMixin, isFreeMixin, channelMixin],
+  mixins: [platformMixin, isFreeMixin],
   components: {
   components: {
     Upload, Dialog
     Upload, Dialog
   },
   },