|
@@ -14,11 +14,11 @@ export function LogInDb(content) {
|
|
|
user_id,
|
|
|
content
|
|
|
}
|
|
|
- fly.post("log/add-log", params).then((res) => {
|
|
|
- if (res.data.code == 0) {
|
|
|
- return res.data.data;
|
|
|
- } else {
|
|
|
- return false;
|
|
|
- }
|
|
|
- })
|
|
|
-}
|
|
|
+ // fly.post("log/add-log", params).then((res) => {
|
|
|
+ // if (res.data.code == 0) {
|
|
|
+ // return res.data.data;
|
|
|
+ // } else {
|
|
|
+ // return false;
|
|
|
+ // }
|
|
|
+ // })
|
|
|
+}
|