當前位置:成語大全網 - 書法字典 - Jeecg-boot壹般獲取和發布請求指令

Jeecg-boot壹般獲取和發布請求指令

1.導入頁面中的相關依賴項:

從“@/api/manage”導入{ deleteAction,getAction,downFile }

2.請求方法:

getAction(this.url.list)。然後((RES)= & gt;{console.log(res)})

1.導入依賴項:

2.請求方法:

httpAction(httpurl,formData,method)。然後((RES)= & gt;{console.log(res)})

如果在請求時使用令牌,則需要執行以下操作:

1.導入依賴項以獲取令牌:

2.在頁面屬性中聲明標題字段:

3.在created()方法中為this.header賦值: