Skip to content

Commit 3c90049

Browse files
committed
docs: add README
1 parent 01bef29 commit 3c90049

File tree

6 files changed

+695
-6
lines changed

6 files changed

+695
-6
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,10 @@ yarn-error.log*
4343
# stylelint
4444
.stylelintcache
4545

46-
.history
46+
.history
47+
/.idea/FreeCar-Admin.iml
48+
/.idea/misc.xml
49+
/.idea/modules.xml
50+
/.idea/inspectionProfiles/Project_Default.xml
51+
/.idea/vcs.xml
52+
/.idea/workspace.xml

LICENSE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
# FreeCar Admin
1+
![FreeCar Admin](src/assets/FreeCar%20Admin.png)
22

3+
English | [中文](README_zh.md)
34

5+
## License
6+
7+
FreeCar is open source under the GNU General Public License version 3.0.

README_zh.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
![FreeCar Admin](src/assets/FreeCar%20Admin.png)
2+
3+
[English](README.md) | 中文
4+
5+
## 许可证
6+
7+
FreeCar 在 GNU General Public 许可证 3.0 版下开源。

src/assets/FreeCar Admin.png

78.8 KB
Loading

src/utils/request.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ import { ContentType } from './../pages/user/constants';
44
*/
55

66
import Axios from 'axios'
7-
//https://lanlance.cn:9528
8-
//https://freecar.lanlance.cn
9-
//https://10.20.192.105:8080
7+
108
const axios = Axios.create({
11-
baseURL: 'https://freecar.lanlance.cn',
9+
baseURL: 'https://127.0.0.1:9991',
1210

1311
timeout: 5000,
1412
});

0 commit comments

Comments
 (0)