网格员账号登录跳转

This commit is contained in:
2025-12-16 17:40:00 +08:00
parent 4fbd32156d
commit 4ef77b2251
5 changed files with 50 additions and 12 deletions

View File

@@ -1,14 +1,14 @@
/*
* @Date: 2025-01-XX
* @LastEditors:
* @LastEditTime:
* @LastEditors: shirlwang
* @LastEditTime: 2025-12-16 16:35:06
*/
import request from '@/utilsRc/request'
// 获取用户信息(职业规划推荐用)
export function appUserInfo() {
return request({
fullUrl: 'http://222.80.110.161:11111/api/ks/app/user/appUserInfo',
fullUrl: 'http://222.80.110.161:80/api/ks/app/user/appUserInfo',
method: 'get'
})
}