|
@@ -1,6 +1,6 @@
|
|
|
import { getClientTypeList } from "@/api/device/version";
|
|
|
|
|
|
-import { platform, audioType } from "@/api/music/platform";
|
|
|
+import { audioType, platform } from "@/api/music/platform";
|
|
|
|
|
|
import { options } from "@/api/music/radio";
|
|
|
|
|
@@ -784,30 +784,8 @@ const mapMixin = {
|
|
|
};
|
|
|
|
|
|
export {
|
|
|
- devMixin,
|
|
|
- devModeMixin,
|
|
|
- devCategoryMixin,
|
|
|
- devTypeMixin,
|
|
|
- devFucMixin,
|
|
|
- yesOrNoMixin,
|
|
|
- serviceTimeMixin,
|
|
|
- serviceTypeMixin,
|
|
|
- isFreeMixin,
|
|
|
- audioMixin,
|
|
|
- sexMixin,
|
|
|
- regionMixin,
|
|
|
- languageMixin,
|
|
|
- platformMixin,
|
|
|
- onOrOffMixin,
|
|
|
- disabledMixin,
|
|
|
- payTypeMixin,
|
|
|
- albumTypeMixin,
|
|
|
- addressMixin,
|
|
|
- contentMixin,
|
|
|
- currentMixin,
|
|
|
- coverMixin,
|
|
|
- channelMixin,
|
|
|
- systemMixin,
|
|
|
- blogClassMixin,
|
|
|
- mapMixin,
|
|
|
+ addressMixin, albumTypeMixin, audioMixin, blogClassMixin, channelMixin, contentMixin, coverMixin, currentMixin, devCategoryMixin, devFucMixin, devMixin,
|
|
|
+ devModeMixin, devTypeMixin, disabledMixin, isFreeMixin, languageMixin, mapMixin, onOrOffMixin, payTypeMixin, platformMixin, regionMixin, serviceTimeMixin,
|
|
|
+ serviceTypeMixin, sexMixin, systemMixin, yesOrNoMixin
|
|
|
};
|
|
|
+
|