DESKTOP-O04BTUJ\muzen hace 2 años
padre
commit
b99020ecaf
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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: {