优化架构,新增路由

This commit is contained in:
robin
2022-07-09 02:53:59 +08:00
parent 72b69615b6
commit 626da19438
19 changed files with 588 additions and 95 deletions
+5
View File
@@ -0,0 +1,5 @@
// 添加请求拦截器
export default (config) => {
// 在发送请求之前做些什么
return config;
}