|
|
@@ -33,7 +33,7 @@ const { v4: uuidv4 } = require('uuid');
|
|
|
|
|
|
const loginHandler = require('./login'); // 确保路径正确
|
|
|
const { r2rClient } = require("r2r-js");
|
|
|
-const client = new r2rClient("https://r2rserver.cocorobo.cn/");
|
|
|
+const client = new r2rClient("http://172.16.12.4:7272/");
|
|
|
|
|
|
// 配置 multer 存储选项
|
|
|
const storage = multer.diskStorage({
|