|
@@ -49,7 +49,7 @@
|
|
|
import axios from 'axios';
|
|
|
import Cookies from 'js-cookie';
|
|
|
import { Toast } from 'vant';
|
|
|
-import { isBrowser, appVersionCode, appType, denetExtensionId, detectExtension, GetDetailSSR } from '@/utils/help.js';
|
|
|
+import { isBrowser, appVersionCode, appType, denetExtensionId, detectExtension, getDetailSSR } from '@/utils/help.js';
|
|
|
import Report from '@/log-center/log';
|
|
|
import MobileGuidePage from '@/components/MobileGuidePage.vue';
|
|
|
import { PlayType } from '@/types';
|
|
@@ -135,7 +135,7 @@ export default {
|
|
|
async asyncData(context) {
|
|
|
const { route } = context;
|
|
|
|
|
|
- let result = await GetDetailSSR({
|
|
|
+ let result = await getDetailSSR({
|
|
|
context,
|
|
|
params: {
|
|
|
inviteCode: route.params.id || '',
|