Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FleetTruckView
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
FleetTruck
FleetTruckView
Commits
ee4931cd
Commit
ee4931cd
authored
Nov 14, 2023
by
高晓帆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 日志
parent
04d259f6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
117 additions
and
0 deletions
+117
-0
README_20230724113600.md
.history/README_20230724113600.md
+29
-0
README_20231106152836.md
.history/README_20231106152836.md
+35
-0
README_20231109155737.md
.history/README_20231109155737.md
+34
-0
config_20231106152328.json
.history/public/config_20231106152328.json
+7
-0
config_20231106153306.json
.history/public/config_20231106153306.json
+7
-0
README.md
README.md
+5
-0
No files found.
.history/README_20230724113600.md
0 → 100644
View file @
ee4931cd
# truck-monitor-project
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[
VSCode
](
https://code.visualstudio.com/
)
+
[
Volar
](
https://marketplace.visualstudio.com/items?itemName=Vue.volar
)
(
and
disable Vetur) +
[
TypeScript Vue Plugin (Volar)
](
https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin
)
.
## Customize configuration
See
[
Vite Configuration Reference
](
https://vitejs.dev/config/
)
.
## Project Setup
```
sh
npm
install
```
### Compile and Hot-Reload for Development
```
sh
npm run dev
```
### Compile and Minify for Production
```
sh
npm run build
```
.history/README_20231106152836.md
0 → 100644
View file @
ee4931cd
# truck-monitor-project
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[
VSCode
](
https://code.visualstudio.com/
)
+
[
Volar
](
https://marketplace.visualstudio.com/items?itemName=Vue.volar
)
(
and
disable Vetur) +
[
TypeScript Vue Plugin (Volar)
](
https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin
)
.
## Customize configuration
See
[
Vite Configuration Reference
](
https://vitejs.dev/config/
)
.
## Project Setup
```
sh
npm
install
```
### Compile and Hot-Reload for Development
```
sh
npm run dev
```
### Compile and Minify for Production
```
sh
npm run build
```
### 前端日志地址
```
sh
/usr/local/fleet-server/upload_log
```
\ No newline at end of file
.history/README_20231109155737.md
0 → 100644
View file @
ee4931cd
# truck-monitor-project
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[
VSCode
](
https://code.visualstudio.com/
)
+
[
Volar
](
https://marketplace.visualstudio.com/items?itemName=Vue.volar
)
(
and
disable Vetur) +
[
TypeScript Vue Plugin (Volar)
](
https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin
)
.
## Customize configuration
See
[
Vite Configuration Reference
](
https://vitejs.dev/config/
)
.
## Project Setup
```
sh
npm
install
```
### Compile and Hot-Reload for Development
```
sh
npm run dev
```
### Compile and Minify for Production
```
sh
npm run build
```
### 前端日志地址
```
sh
/usr/local/fleet-server/upload_log
```
.history/public/config_20231106152328.json
0 → 100644
View file @
ee4931cd
{
"SERVICE_IP"
:
"172.16.0.114:1234"
,
"LOG_SERVE_IP"
:
"192.168.93.87:8020"
,
"MAP_CENTER"
:
[
39.74441007068
,
111.24544532751
],
"version"
:
"1.1.3"
}
\ No newline at end of file
.history/public/config_20231106153306.json
0 → 100644
View file @
ee4931cd
{
"SERVICE_IP"
:
"172.16.0.114:1234"
,
"LOG_SERVE_IP"
:
"192.168.93.87:8020"
,
"MAP_CENTER"
:
[
39.74441007068
,
111.24544532751
],
"version"
:
"2.0.1"
}
\ No newline at end of file
README.md
View file @
ee4931cd
...
@@ -27,3 +27,8 @@ npm run dev
...
@@ -27,3 +27,8 @@ npm run dev
```
sh
```
sh
npm run build
npm run build
```
```
### 前端日志地址
```
sh
/usr/local/fleet-server/upload_log
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment