noecs
noecs
I encountered a similar error. I use `auth()->user()`, and the user serial number appears intermittently. There are about 100,000 users in my online project. After logging in to the generated...
 It's also a problem with 8.1
Supplementary explanation: main.js ```javascript import Vue from 'vue' import App from './App.vue' import VueResource from 'vue-resource'; Vue.use(VueResource); Vue.config.productionTip = false; new Vue({ http: { root: 'http://google.com' }, render: h =>...
I checked most of the issues. This is always a problem. This package does not seem to be maintained and updated. I will use other packages as an alternative. @IanT8
Yes, I think I will encapsulate an axios that I use. Although it is not elegant and independent of vue, it should be very effective.
@IanT8 I didn't understand the links you provided. Unable to open the link.
似乎`https://github.com/dgrijalva/jwt-go`这个库不再维护。