|
@@ -4,8 +4,7 @@ import { baseApi } from '@/config'
|
|
|
|
|
|
// 用户信息 post 方法
|
|
|
export function eduGet() {
|
|
|
- let _result = this.$region == 'hk' ? 'https://cloud.api.cocorobo.hk/api/getcookieuserid' : '//beta.api.cocorobo.cn/api/getcookieuserid'
|
|
|
- return axios.get(_result)
|
|
|
+ return axios.get('//beta.api.cocorobo.cn/api/getcookieuserid')
|
|
|
}
|
|
|
// 获取组织
|
|
|
export function GetSuffix(data) {
|