feat:对接接口、完善功能

This commit is contained in:
zjc
2024-12-26 18:30:52 +08:00
parent 809c950301
commit dc1ad009c7
16 changed files with 1085 additions and 1246 deletions

View File

@@ -106,7 +106,6 @@ const instance = axios.create({
*/
instance.interceptors.request.use(
(config) => {
console.log(config, 'config')
// 规范写法 不可随意自定义
let urlParams = {}
if (config.params) {