@@ -1,6 +1,6 @@
-import qs from "qs";
+import qs from 'qs'
-import $request from "@/api/index";
+import $request from '@/api/index'
export function getHomeHot (data: any) {
return $request({
@@ -5,7 +5,7 @@ import {
getHomeActivity,
getCashOutInfo,
submitCashOutInfo
-} from "@/api/main"
+} from '@/api/main'
interface InterfaceStore<S> extends StoreOptions<S> {
namespaced?: boolean;