|
|
@@ -3913,11 +3913,11 @@ const addOp3 = async (userTime: any, loadTime: any, object: any, status: any) =>
|
|
|
|
|
|
try {
|
|
|
if (!userJson.value || !userJson.value.accountNumber) {
|
|
|
- const res = await axios.get('https://pbl.cocorobo.cn/api/pbl/selectUser', {
|
|
|
+ const res = await axios.get('https://pbl.cocorobo.cn/api/pbl/' + api, {
|
|
|
params: { userid: props.userid }
|
|
|
})
|
|
|
if (res == 201 || res.length == 0) {
|
|
|
- message.error('登录已过期,请重新登录')
|
|
|
+ // message.error('登录已过期,请重新登录')
|
|
|
return
|
|
|
}
|
|
|
userJson.value = res[0][0]
|