Vue在main.js以前單獨引用某個依賴如(element-ui)

 

引用Vue並實例化vue

import Vue from 'vue';
const v = new Vue();

引用ios

// token失效登陸過時,強制跳轉至登陸頁
axios.interceptors.response.use( response =>{    
   // token失效登陸過時,強制跳轉至登陸頁
   if(response.data.code === -3){
    //開始搞事情   v.$notify({   message:
'登陸時效已過時,即將強制跳轉至登陸',   type: 'warning'   })   store.commit("LOGOUT");   router.push("/login");   return response.data; } })
相關文章
相關標籤/搜索