首先建立公共呼叫資料字典方法
路徑:src\utils\dictionary.js(個人習慣)
注意:後面會做更好的完善,現在先用著
// dictionary.js
/** * 字典
* @param that vue物件
*/export
function
dictionaries
(that, key, code)
;// 實際使用
that.api_ifms.
getdictlist
(param)
.then
(res =>})
;}
第二步就是在main.js裡開始註冊vue的自定義全域性方法
路徑:src\main.js
import
from
"@/utils/dictionary.js"
;vue.prototype.dictionaries = dictionaries;
}<
/div>
<
/template>
export
default;}
,created()
, methods:,}
};<
/script>
"scss" scoped>
<
/style>
使用load 方法非同步請求資料
使用load 方法通過ajax請求載入伺服器中的資料,並把返回的資料放置到指定的元素中,它的呼叫格式為 load url,data callback 引數url為載入伺服器位址,可選項data引數為請求時傳送的資料,callback引數為資料請求成功後,執行的 函式。例如,點選 載入 按鈕時,向伺服...
express接收前端post請求資料
開發wifi模組配置時,遇到post資料在後端無論用req.body還是用req.params都無法獲得前端post過來的資料,經過baidu google得到解決辦法 前端post過來的資料是以 request payload 格式傳給伺服器,這種格式資料是以流的形式傳遞給後端,此外以流的形式傳遞...
fsockopen 非同步非阻塞式請求資料
index.php ini set max execution time 0 要傳遞的資料 form data array name testname gender man 提交的檔案資訊 請求位址埠資訊 請求的網域名稱例 baidu.com,這裡是 localhost host localhost...