改用axios请求进行封装

This commit is contained in:
2025-05-07 09:25:51 +08:00
parent 53e82f9159
commit 491e1b119a
50 changed files with 511 additions and 12702 deletions
+2 -1
View File
@@ -25,6 +25,7 @@ export default defineConfig({
host: '0.0.0.0',
port: 5173,
open: true,
// allowedHosts: ['nas.7bm.co', 'localhost', '127.0.0.1'], // 允许的主机名列表
allowedHosts: ['nas.7bm.co', 'localhost', '127.0.0.1'], // 允许的主机名列表
cors: true,
},
});