Compare commits
3 Commits
bugfix/fee
...
f046ae6dfc
| Author | SHA1 | Date | |
|---|---|---|---|
| f046ae6dfc | |||
| 4e5bff60ae | |||
| 4da2e4a975 |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "in-car-system-fe",
|
||||
"private": true,
|
||||
"version": "1.0.23",
|
||||
"version": "1.0.24",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -3,7 +3,6 @@ import { CAM_BASE } from "../utils/config";
|
||||
import { toast } from "sonner";
|
||||
|
||||
const camBase = import.meta.env.MODE !== "development" ? CAM_BASE : CAM_BASE;
|
||||
console.log(camBase);
|
||||
|
||||
const uploadFile = async (file: File) => {
|
||||
const form = new FormData();
|
||||
|
||||
Reference in New Issue
Block a user