1
YM
5 天以前 294863a578999bbc237090710f17364c27555b56
src/plugin/axios/index.ts
@@ -11,6 +11,7 @@
service.interceptors.request.use(
  (config) => {
    debugger
    const token = "app-6MPX5Fr97eK6BWHpy8g7vddd"
    if (token) config.headers['Authorization'] = `Bearer ${token}`
    return config