修改切换账号绑定小区
This commit is contained in:
@@ -47,6 +47,10 @@ export const getVillageSwitch = (data)=>{
|
||||
export const getActivitylatest = () =>{
|
||||
return get('/api/resident/activity/latest')
|
||||
}
|
||||
// 重新加载用户信息
|
||||
export const getReloadUserInfo = () =>{
|
||||
return get('/api/resident/auth/reloadUserInfo')
|
||||
}
|
||||
|
||||
// ========公告列表======
|
||||
// 获取公告列表
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
let baseUrl = '';
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
baseUrl = 'http://192.168.0.239:8080'; // 开发环境
|
||||
baseUrl = 'http://192.168.1.222:8080'; // 开发环境
|
||||
} else {
|
||||
baseUrl = 'http://192.168.0.224:8080'; // 生产环境
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// 服务器地址(与 request.js 保持一致)
|
||||
const baseUrl = 'http://192.168.0.239:8080';
|
||||
const baseUrl = 'http://192.168.1.222:8080';
|
||||
|
||||
/**
|
||||
* 图片上传 Hook
|
||||
|
||||
Reference in New Issue
Block a user