11wqe1 2 tuần trước cách đây
mục cha
commit
482eb284a6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/api/user.js

+ 1 - 1
src/api/user.js

@@ -4,7 +4,7 @@ import { baseApi } from '@/config'
 
 // 用户信息 post 方法
 export function eduGet(re='cn') {
- 	let _result =
+  let _result =
 		re == "hk"
 			? "https://cloud.api.cocorobo.hk/api/getcookieuserid"
 			: "//beta.api.cocorobo.cn/api/getcookieuserid";