async fetch ({ app, store, params }) {; let { data } = app.$axios.get('/token');; store.commit('setToken', data.token);; }
確定! 回上一頁