DESKTOP-O04BTUJ\muzen 2 년 전
부모
커밋
b99020ecaf
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      src/mixin/index.js

+ 3 - 2
src/mixin/index.js

@@ -224,7 +224,7 @@ const languageMixin = {
 const platformMixin = {
   data() {
     return {
-      platformOptions: [{
+      platformTypeOptions: [{
         value: 1,
         label: '蜻蜓'
       }, {
@@ -248,7 +248,8 @@ const platformMixin = {
       }, {
         value: 8,
         label: '看见音乐'
-      }]
+      }],
+      platformOptions: [],
     }
   },
   methods: {