|
@@ -3,8 +3,8 @@ import axios from 'axios'
|
|
import router from '../router'
|
|
import router from '../router'
|
|
import _ from 'lodash'
|
|
import _ from 'lodash'
|
|
import { Toast, Notify } from 'vant'
|
|
import { Toast, Notify } from 'vant'
|
|
-import { getCookieValue } from '../utils'
|
|
|
|
-import { platform } from '../utils/platform'
|
|
|
|
|
|
+import { getCookieValue } from '@/utils'
|
|
|
|
+import { platform } from '@/utils/platform'
|
|
|
|
|
|
const host = window.location.host
|
|
const host = window.location.host
|
|
const domain = host.substring(0, host.indexOf('.')) || host.substring(0, host.indexOf(':'))
|
|
const domain = host.substring(0, host.indexOf('.')) || host.substring(0, host.indexOf(':'))
|