fix : 修复路由跳转
This commit is contained in:
@@ -49,6 +49,7 @@ const getInfo = async (state) => {
|
||||
message: msg,
|
||||
type: code === 1000 ? 'success' : 'error'
|
||||
})
|
||||
if(data===undefined)return;
|
||||
if(code===1000){
|
||||
summaryData.value = data;
|
||||
loading.value = false
|
||||
|
||||
Reference in New Issue
Block a user