mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-19 15:13:41 +08:00
feat(projects): 请求拦截器添加刷新token
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
"~/*": ["./*"]
|
||||
},
|
||||
"lib": ["esnext", "dom", "dom.iterable", "scripthost"],
|
||||
"skipLibCheck": true
|
||||
"skipLibCheck": true,
|
||||
"noEmit": true
|
||||
},
|
||||
"include": ["vite.config.*", "src/typings/*.d.ts", "src/**/*", "src/**/*.vue", "mock/**/*.ts", "build/**/*.ts", ".env-config.ts"],
|
||||
"exclude": ["/dist/**", "node_modules"]
|
||||
|
||||
Reference in New Issue
Block a user