jasester

2818 经验值

终于等到你 哈哈哈O(∩_∩)O哈哈~

当access_token 过期后 要怎么使用refreshToken 去刷新access_token?

按照你的写法在每个antions前面都加了return ,但是 在LoginForm.vue 里

this.$store.dispatch('loginRequest', formData).then(response => {
    console.log('success ' + response);
    this.$router.push({ name:'home' });
}).catch(error => {
    console.log('error '+response);
})

里面response 还是undefined ,怎么回事?

已经解决了,我的意思是在前段,添加个分页功能,

这是我的配置,先保存到数据库没然后在写到文件里

$data = Config::where('conf_type', 'pt')->pluck( 'conf_content', 'conf_name')->all();
        $path = base_path() . '/config/web.php';
        $str = '<?php return ' . var_export($data, true) . ';';
        file_put_contents($path, $str);
调用
config('web.title');

能讲一下第二节的文章列表分页形式怎么处理?

Element UI 这套教程什么时候更新啊?

一直没敢用mac开发,就是应为不会配置,这回好了,我的mac终于有用武之地了

已经解决了,密码不正确,我擦,我真傻啊