vuex和localstorage存儲數據有什么區別
4 回答

MYYA
TA貢獻1868條經驗 獲得超4個贊
var interceptor = {
'request': function (config) {
return config
},
'requestError': function (rejection) {
},
'response': function (response) {
return response
},
'responseError': function (rejection) {
}
}

浮云間
TA貢獻1829條經驗 獲得超4個贊
儲存到Session Storage和Local Storage或者其他本地儲存中
把對應state的初始化改成從本地儲存中獲取
另外本地儲存 如果是存儲JSON字符串 一定要做好相應的容錯處理
- 4 回答
- 0 關注
- 1589 瀏覽
添加回答
舉報
0/150
提交
取消