最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

Vue3引入并使用axios

2021-07-20 08:53 作者:忘魂兒  | 我要投稿

第一步:安裝

npm i axios -S

第二步:添加

在main.js中添加

import?axios?from?'axios'

第三步:注冊

在main.js進(jìn)行全局注冊

app.config.globalProperties.$http=axios

第四步:指定請求頭

在main.js中添加

axios.defaults.baseURL?=?'url(你服務(wù)器的)'

第五步:引用

在組件內(nèi)使用

import?{onMounted,getCurrentInstance}?from?'vue'

const?internalInstance=getCurrentInstance()

const?http=internalInstance.appContext.config.globalProperties.$http

第六步:完善

異步網(wǎng)絡(luò)請求,將Promise對象展示為真實對象

?const?valid=()=>{

????????loginForm.value.validate(async?valid=>{

????????????if?(!valid)?{

????????????????return?;

????????????}

????????????const?result=await?http.post("login",info)//參考后端給你的api接口文檔

????????????console.log(result);

????????})

?????}

第二種:過濾

?const?valid=()=>{

????????loginForm.value.validate(async?valid=>{

????????????if?(!valid)?{

????????????????return?;

????????????}

????????????const?{data:res}=await?http.post("login",info)//解構(gòu)并重命名

????????????if?(res.meta.status!==200)?{

????????????????console.log('登錄失敗');

????????????}

????????})

?????}



Vue3引入并使用axios的評論 (共 條)

分享到微博請遵守國家法律
耒阳市| 石河子市| 辛集市| 黄陵县| 大关县| 云阳县| 苍梧县| 共和县| 广河县| 韶关市| 平邑县| 金阳县| 临邑县| 宣威市| 金阳县| 白玉县| 高阳县| 沙河市| 长兴县| 双鸭山市| 拉孜县| 彝良县| 四川省| 利川市| 万州区| 新源县| 汉沽区| 白河县| 洱源县| 新昌县| 屯昌县| 伊金霍洛旗| 阿克陶县| 高要市| 鹤山市| 大港区| 巴里| 梅州市| 得荣县| 滁州市| 大新县|