zengyicheng 2 năm trước cách đây
mục cha
commit
4494dca434
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 request from '@/utils/request'
 // 用户信息 post 方法
 export function eduGet() {
     return request({
-        url: '//beta.api.cocorobo.cn/api/getcookieuserid',
+        url: '//cloud.api.cocorobo.hk/api/getcookieuserid',
         method: 'GET',
         hideloading: true
     })