async nuxtServerInit ({ dispatch, commit }, { req, res }) { if (req.cookies && req.cookies.token) { // 存儲token commit('SET_USER', ...
確定! 回上一頁